Skip to content

Commit

Permalink
fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmore committed Sep 12, 2024
1 parent a8a2d9f commit d9b8adb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/helper/debian-changelog-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ tag=`git tag -l v* | sort -V | tail -1`

echo "Generating changelog done!"
echo " generated `wc -l debian/changelog` lines."

git tag
git log
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload Debian Package to Build Artifacts
uses: actions/upload-artifact@v3
with:
name: pdf-over-${{ github.event.pull_request.number || github.ref_name }}-${{ env.commit_sha }}-linux-x86_64
name: pdf-over-nightly-${{ env.commit_sha }}-debian
path: pdf-over-build/pdf-over-nightly.deb

permissions:
Expand Down

0 comments on commit d9b8adb

Please sign in to comment.