Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrulelinks authored Jun 10, 2024
1 parent 65997c0 commit 502f21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install grunt
run: sudo npm i -g grunt-cli
- name: Grunt
run: grunt --max-old-space-size=4096 desktop-darwin ${{ github.repository != 'keeweb/keeweb' && '--skip-sign' || '' }}
run: grunt desktop-darwin
- name: Upload x64 dmg artifact
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 502f21a

Please sign in to comment.