Skip to content

Commit

Permalink
Fix: GH matrix
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam <[email protected]>
  • Loading branch information
QAInsights committed Nov 23, 2023
1 parent f025b66 commit f5970bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
python .\windows\setup.py bdist_msi
mv dist dist-windows
if: matrix.os == 'windows'
if: matrix.os == 'windows-latest'

- name: Convert dist-intel to DMG
run: |
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
with:
name: Hamster-windows-x86_64
path: dist-windows/Hamster-*.msi
if: matrix.os == 'windows'
if: matrix.os == 'windows-latest'

- name: GitHub Tag
uses: mathieudutour/[email protected]
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Release Windows
uses: softprops/action-gh-release@v1
if: github.ref == 'refs/heads/main' && matrix.os == 'windows'
if: github.ref == 'refs/heads/main' && matrix.os == 'windows-latest'
with:
token: ${{ secrets.HAMSTER_APP_RELEASE_SECRET }}
body: 'Release for commit ${{ github.sha }}'
Expand Down

0 comments on commit f5970bb

Please sign in to comment.