We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf4368 commit 966a5aaCopy full SHA for 966a5aa
1 file changed
.github/workflows/release_desktop_app.yml
@@ -8,17 +8,17 @@ on:
8
required: true
9
type: choice
10
options:
11
- - ubuntu-latest
12
- - windows-2019
13
- - macos-11
14
- default: ubuntu-latest
+ # - ubuntu-latest
+ - windows-latest
+ # - macos-latest
+ default: windows-latest
15
16
jobs:
17
release:
18
env:
19
EP_GH_IGNORE_TIME: true
20
- APPLE_ID: ${{ secrets.apple_id }}
21
- APPLE_ID_PASS: ${{ secrets.apple_id_pass }}
+ # APPLE_ID: ${{ secrets.apple_id }}
+ # APPLE_ID_PASS: ${{ secrets.apple_id_pass }}
22
23
if: github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/production'
24
runs-on: ${{ github.event.inputs.build_type }}
0 commit comments