Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Aug 22, 2024
1 parent 983f782 commit 2ac2d9d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,15 @@ jobs:
steps:
- uses: actions/download-artifact@v3

- name: tree that thing
run: sudo apt install tree -y && tree

- uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.release-url }}
asset_path: ./customfetch.tar.gz
asset_path: customfetch/customfetch.tar.gz
asset_name: customfetch-${{ needs.get-version.outputs.version }}.tar.gz
asset_content_type: application/tar+gz

Expand All @@ -126,6 +129,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.release-url }}
asset_path: ./customfetch-gui.tar.gz
asset_name: customfetch-${{ needs.get-version.outputs.version }}.tar.gz
asset_path: customfetch-gui/customfetch-gui.tar.gz
asset_name: customfetch-gui-${{ needs.get-version.outputs.version }}.tar.gz
asset_content_type: application/tar+gz

0 comments on commit 2ac2d9d

Please sign in to comment.