Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater authored Sep 20, 2024
1 parent 08a70ea commit 8c6d1fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

- run: |
sudo apt-get install tree -y
tree dist
- name: Upload .deb artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8c6d1fe

Please sign in to comment.