Skip to content

Commit

Permalink
Fix 7zip and enable release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-- committed Jan 8, 2022
1 parent 8812423 commit 46284f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Zip Bundle
run: >
"C:\Program Files\7-Zip\7z.exe" a
7z a
${{ github.workspace }}/${{ env.release_name }}.zip
"C:\gtk-build\gtk\${{matrix.platform}}\release"
env:
Expand All @@ -63,6 +63,7 @@ jobs:

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: latest
body: gvsbuild-${{ steps.date.outputs.date }}
files: "*.zip"

0 comments on commit 46284f9

Please sign in to comment.