Skip to content

Commit

Permalink
fix path to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmore committed Sep 12, 2024
1 parent bdbd9df commit a8a2d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pdf-over-${{ github.event.pull_request.number || github.ref_name }}-${{ env.commit_sha }}-linux-x86_64
path: pdf-over-nightly.deb
path: pdf-over-build/pdf-over-nightly.deb

permissions:
contents: read
Expand Down

0 comments on commit a8a2d9f

Please sign in to comment.