Skip to content

Commit

Permalink
Try to fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
evolvedlight committed Sep 4, 2024
1 parent a4dfa3a commit 5021901
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ jobs:
name: WorklogAssistant-windows-${{ github.run_number}}
path: build/windows/x64/runner/Release

- name: Zip files
if: startsWith(github.ref, 'refs/tags/')
run: Compress-Archive -Path build/windows/x64/runner/Release/* -Destination WorkflogAssistant-windows-${{ github.ref_name}}.zip

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
build/windows/x64/runner/Release/*
WorkflogAssistant-windows-${{ github.ref_name}}.zip
token: ${{ secrets.GITHUB_TOKEN }}
name: "Release ${{ github.ref }}"
name: "Release ${{ github.ref_name }}"

0 comments on commit 5021901

Please sign in to comment.