Skip to content

Commit

Permalink
copy package to relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab authored Sep 4, 2023
1 parent a4d7c22 commit 042e6b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
run: |
dpkg -I ../freenet*.deb
file ../freenet*.deb
cp ../freenet*.deb ./
- name: Provide Debian Package
uses: actions/upload-artifact@v3
with:
name: debian-package
path: ../freenet_*.deb
path: freenet_*.deb

0 comments on commit 042e6b5

Please sign in to comment.