Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Fix CI action by setting different names for debpkg compiled for diff…
Browse files Browse the repository at this point in the history
…erent architectures. (#8)
  • Loading branch information
aentinger authored Mar 19, 2024
1 parent 37b88df commit 9321576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: upload debpkg to artifactory
uses: actions/upload-artifact@v4
with:
name: debpkg
name: debpkgt-${{ matrix.compiler }}
path: ./*.deb

0 comments on commit 9321576

Please sign in to comment.