Skip to content

Commit

Permalink
Last i promise (help)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruneo32 committed Jun 18, 2024
1 parent 850f574 commit b0db3d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Create deb package
run: |
dpkg-deb -Zxz --root-owner-group --build $DPKG $DPKG_NAME
echo "DPKG_NAME=$(dpkg-name -o $DPKG_NAME |awk -F' ' '{print $6}')" >> $GITHUB_ENV
# Update DPKG_NAME using dpkg-name command
echo "DPKG_NAME=$(dpkg-name -o $DPKG_NAME |awk -F' ' '{print $6}' |echo |cut -d'/' -f2-)" >> $GITHUB_ENV
- name: Upload deb as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b0db3d7

Please sign in to comment.