Skip to content

Commit

Permalink
Skip sign for windows (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkowalczyk87 authored Jul 29, 2024
2 parents 9268438 + 714dab3 commit c0691b1
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 40 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nexus-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ jobs:
} | Set-Content -Path 'apps/mudita-center/package.json'
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file for Windows
if: matrix.os == 'Windows'
run: |
copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
# - name: Copy electron-builder environment file for Windows
# if: matrix.os == 'Windows'
# run: |
# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
- name: Copy electron-builder environment file for Linux/Mac
if: matrix.os != 'Windows'
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nexus-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ jobs:
} | Set-Content -Path 'apps/mudita-center/package.json'
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file for Windows
if: matrix.os == 'Windows'
run: |
copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
# - name: Copy electron-builder environment file for Windows
# if: matrix.os == 'Windows'
# run: |
# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
- name: Copy electron-builder environment file for Linux/Mac
if: matrix.os != 'Windows'
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nexus-mass-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ jobs:
} | Set-Content -Path 'apps/mudita-center/package.json'
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file for Windows
if: matrix.os == 'Windows'
run: |
copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
# - name: Copy electron-builder environment file for Windows
# if: matrix.os == 'Windows'
# run: |
# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
- name: Copy electron-builder environment file for Linux/Mac
if: matrix.os != 'Windows'
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nexus-mock-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ jobs:
} | Set-Content -Path 'apps/mudita-center/package.json'
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file for Windows
if: matrix.os == 'Windows'
run: |
copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
# - name: Copy electron-builder environment file for Windows
# if: matrix.os == 'Windows'
# run: |
# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
- name: Copy electron-builder environment file for Linux/Mac
if: matrix.os != 'Windows'
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nexus-mock-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
} | Set-Content -Path 'apps/mudita-center/package.json'
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file for Windows
if: matrix.os == 'Windows'
run: |
copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
# - name: Copy electron-builder environment file for Windows
# if: matrix.os == 'Windows'
# run: |
# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
- name: Copy electron-builder environment file for Linux/Mac
if: matrix.os != 'Windows'
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nexus-mock-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ jobs:
} | Set-Content -Path 'apps/mudita-center/package.json'
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file for Windows
if: matrix.os == 'Windows'
run: |
copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
# - name: Copy electron-builder environment file for Windows
# if: matrix.os == 'Windows'
# run: |
# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
- name: Copy electron-builder environment file for Linux/Mac
if: matrix.os != 'Windows'
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nexus-pre-production-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ jobs:
} | Set-Content -Path 'apps/mudita-center/package.json'
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file for Windows
if: matrix.os == 'Windows'
run: |
copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
# - name: Copy electron-builder environment file for Windows
# if: matrix.os == 'Windows'
# run: |
# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
- name: Copy electron-builder environment file for Linux/Mac
if: matrix.os != 'Windows'
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nexus-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
printenv > .env
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file for Windows
if: matrix.os == 'Windows'
run: |
copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
# - name: Copy electron-builder environment file for Windows
# if: matrix.os == 'Windows'
# run: |
# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
- name: Copy electron-builder environment file for Linux/Mac
if: matrix.os != 'Windows'
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nexus-production-with-os-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ jobs:
} | Set-Content -Path 'apps/mudita-center/package.json'
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file for Windows
if: matrix.os == 'Windows'
run: |
copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
# - name: Copy electron-builder environment file for Windows
# if: matrix.os == 'Windows'
# run: |
# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
- name: Copy electron-builder environment file for Linux/Mac
if: matrix.os != 'Windows'
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nexus-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
printenv > .env
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file for Windows
if: matrix.os == 'Windows'
run: |
copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
# - name: Copy electron-builder environment file for Windows
# if: matrix.os == 'Windows'
# run: |
# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env
- name: Copy electron-builder environment file for Linux/Mac
if: matrix.os != 'Windows'
run: |
Expand Down

0 comments on commit c0691b1

Please sign in to comment.