Skip to content

Commit

Permalink
Reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbo committed Feb 6, 2025
1 parent d5510db commit 0c3201e
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 826 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

publish_mac:
name: "Publish MacOS"
runs-on: macos-15
runs-on: macos-latest

steps:
- name: Check out Git repository
Expand Down Expand Up @@ -122,8 +122,8 @@ jobs:
run: npm i dmg-license

# for some reason the build command don't continue after the rollup build
- name: Sleep for 10 minutes
run: sleep 600
- name: Sleep for 5 minutes
run: sleep 300
shell: bash

- name: Build and release app
Expand All @@ -134,8 +134,4 @@ jobs:
APPLE_ID: ${{ secrets.APPLEID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }}
APPLE_TEAM_ID: ${{ secrets.APPLETEAMID }}
uses: nick-fields/retry@v3
with:
timeout_minutes: 8
max_attempts: 5
command: npm run release
run: npm run release
Loading

0 comments on commit 0c3201e

Please sign in to comment.