From ac10e6b44ca57d320f0f1b20e66bd5c4b81fb733 Mon Sep 17 00:00:00 2001 From: "David P. Sugar" Date: Sat, 9 Mar 2024 23:58:22 +0100 Subject: [PATCH] main.yml updated --- .github/workflows/main.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e299f8b..454de5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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