Skip to content

Commit

Permalink
fix: sbliblubli
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Nov 27, 2023
1 parent e048155 commit 0e80842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/desktop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
brew install create-dmg
make sign-macos-app
- name: Upload app
- name: Upload signed dmg
uses: actions/upload-artifact@v3
if: matrix.os == 'macos' && matrix.arch == 'arm64'
with:
name: teritori-${{ github.sha }}-${{ matrix.os }}-${{ matrix.arch }}-app
path: electron/dist/artifacts/local/Teritori.app
name: teritori-${{ github.sha }}-${{ matrix.os }}-${{ matrix.arch }}-dmg
path: Teritori.dmg
if-no-files-found: error

0 comments on commit 0e80842

Please sign in to comment.