Skip to content

Commit

Permalink
ci: Bump actions/upload-artifact (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster authored Feb 6, 2025
1 parent 4744bf2 commit 523705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
docker run -v $(pwd)/oreka-build:/oreka-build -v $(pwd):/oreka-src -i -i localhost:5000/${{ github.repository_owner }}/oreka-${{ matrix.os-version }}:latest bash /entrypoint.sh
mv ./oreka-build/distribution/orkaudio.deb ./oreka-build/distribution/orkaudio_${{ matrix.os-version }}.deb
- name: Upload deb binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: orkaudio_${{ matrix.os-version }}.deb
path: ./oreka-build/distribution/orkaudio_${{ matrix.os-version }}.deb
Expand Down

0 comments on commit 523705a

Please sign in to comment.