Skip to content

Commit

Permalink
Merge pull request #53 from QAInsights/feature/windows
Browse files Browse the repository at this point in the history
feature/windows
  • Loading branch information
QAInsights authored Nov 23, 2023
2 parents 0ee12a2 + 665f1e2 commit 15653b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Hamster-macos-intel-x86_64
path: dist-intel/Hamster-intel.dmg
path: dist-intel/${{ env.INTEL_DMG }}
if: matrix.os == 'macos' && matrix.arch == 'X64'

- name: Upload arm64 app
uses: actions/upload-artifact@v2
with:
name: Hamster-macos-apple-arm64
path: dist-arm64/Hamster-darwin.dmg
path: dist-arm64/${{ env.ARM64_DMG }}
if: matrix.os == 'self-hosted' && matrix.arch == 'ARM64'

- name: Upload windows app
Expand Down

0 comments on commit 15653b8

Please sign in to comment.