Skip to content

Commit

Permalink
main.yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
r4gus committed Mar 9, 2024
1 parent 8b53f4e commit ac10e6b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
- run: |
sudo apt install libgtk-3-0 libgtk-3-dev
zig build -Doptimize=ReleaseSmall
tar -czf zigenity.tgz zig-out/bin/zigenity
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: "${{ env.Version }}"
generate_release_notes: true
files: |
zig-out/bin/zigenity
run: hub release create ${{ env.Version }} -m "Automatic release ${{ env.Version }} $(date +'%Y.%m.%d_%H-%M')" -a zigenity.tgz
#uses: softprops/action-gh-release@v2
#env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#with:
# tag_name: ${{ env.Version }}
# generate_release_notes: true
# files: |
# zig-out/bin/zigenity

0 comments on commit ac10e6b

Please sign in to comment.