Skip to content

Commit

Permalink
Bump to ensure package.yml gets built
Browse files Browse the repository at this point in the history
  • Loading branch information
swlynch99 committed Jul 14, 2023
1 parent 1e5a7fc commit f9c7b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
shopt -s nullglob
mkdir -p target/debian
cp ../*.deb ../*.ddeb target/debian/
cp ../*.deb ../*.ddeb target/debian/
tar cJf target/${{ steps.vars.outputs.distro }}_${{ steps.vars.outputs.release}}.tar.xz target/debian/*
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f9c7b1d

Please sign in to comment.