Skip to content

Commit

Permalink
Fix path to Debian packages for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Aug 10, 2023
1 parent 360c5b2 commit 9054d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
uses: actions/upload-artifact@v3.1.2
if: github.ref == 'refs/heads/main'
with:
name: binaries
path: target/debian/
name: packages
path: target/arm-unknown-linux-musleabihf/debian/

0 comments on commit 9054d62

Please sign in to comment.