Skip to content

Commit

Permalink
add 'tascar' to the name of github artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Mar 28, 2024
1 parent e121e13 commit 6fb8945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: make pack
- uses: actions/upload-artifact@v4
with:
name: debian
name: tascar-debian
path: packaging/deb/tascar/*/*.deb
- uses: actions/upload-artifact@v4
with:
name: manual
name: tascar-manual
path: manual/manual.pdf
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
run: git status
- uses: actions/upload-artifact@v4
with:
name: windows
name: tascar-windows
path: packaging/win/*.zip

0 comments on commit 6fb8945

Please sign in to comment.