Skip to content

Commit

Permalink
Some Test [WTC: I'm guessing this may start causing us problems eithe…
Browse files Browse the repository at this point in the history
…r soon or never.]
  • Loading branch information
Henning Bertsch committed Nov 7, 2021
1 parent b255fde commit 815d9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/createReleaseAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
npm install
npm install electron-packager -g
- name: Build
run: npm run electron-build
- name: Pack
run: npm run build
- name: Pack for macOS
run: electron-packager . --platform=darwin
- name: zip
run: zip -r totp-manager.zip totp-manager-darwin-x64/totp-manager.app
Expand Down

0 comments on commit 815d9e5

Please sign in to comment.