Skip to content

Commit

Permalink
Revert "update build for m1"
Browse files Browse the repository at this point in the history
This reverts commit 438f412.
  • Loading branch information
samlhuillier committed Dec 6, 2023
1 parent 438f412 commit 28925a3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-${{ matrix.arch }}-app
name: ${{ matrix.os }}-app
path: |
${{ matrix.os == 'macos-latest' && matrix.arch == 'x64' && './release/${{ env.APP_VERSION }}/**/*.dmg' || '' }}
${{ matrix.os == 'macos-11' && matrix.arch == 'arm64' && './release/${{ env.APP_VERSION }}/**/*-arm64.dmg' || '' }}
${{ matrix.os == 'windows-latest' && './release/${{ env.APP_VERSION }}/**/*.exe' || '' }}
${{ matrix.os == 'ubuntu-latest' && './release/${{ env.APP_VERSION }}/**/*.AppImage' || '' }}
./release/${{ env.APP_VERSION }}/**/*.exe
./release/${{ env.APP_VERSION }}/**/*.AppImage
./release/${{ env.APP_VERSION }}/**/*.dmg

0 comments on commit 28925a3

Please sign in to comment.