Skip to content

Commit 858a858

Browse files
committed
remove macos related steps from package job
1 parent a31f64f commit 858a858

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/release.yml

-13
Original file line numberDiff line numberDiff line change
@@ -383,22 +383,13 @@ jobs:
383383
name: ${{ matrix.artifact-name }}
384384
path: ${{ matrix.executable-path }} # path expected by installbuilder
385385

386-
- name: unzip mac notarized bundle
387-
working-directory: ${{ matrix.executable-path }}
388-
run: |
389-
apt install unzip
390-
unzip ${{ matrix.artifact-name }}.zip
391-
rm ${{ matrix.artifact-name }}.zip
392-
if: matrix.os == 'macos-12'
393-
394386
# zip artifacts do not mantain executable permission
395387
- name: Make executable
396388
run: chmod -v +x ${{ matrix.executable-path }}${{ env.PROJECT_NAME }}*
397389
if: matrix.os == 'ubuntu-20.04'
398390

399391
- name: Rename executable to Arduino_Create_Agent
400392
run: mv -v ${{ matrix.executable-path }}${{ env.PROJECT_NAME }}${{ matrix.extension }} ${{ matrix.executable-path }}Arduino_Create_Agent${{ matrix.extension }}
401-
if: matrix.os != 'macos-12'
402393

403394
- name: Rename executable to Arduino_Create_Agent_cli
404395
run: mv -v ${{ matrix.executable-path }}${{ env.PROJECT_NAME }}_cli${{ matrix.extension }} ${{ matrix.executable-path }}Arduino_Create_Agent_cli${{ matrix.extension }}
@@ -411,10 +402,6 @@ jobs:
411402
run: echo "${{ secrets.INSTALLER_CERT_WINDOWS_PFX }}" | base64 --decode > ${{ env.INSTALLER_CERT_WINDOWS_PFX}}
412403
if: matrix.os == 'windows-2019'
413404

414-
- name: Save macos signing certificate to file
415-
run: echo "${{ secrets.INSTALLER_CERT_MAC_P12 }}" | base64 --decode > ${{ env.INSTALLER_CERT_MAC_P12 }}
416-
if: matrix.os == 'macos-12'
417-
418405
# installbuilder reads the env vars with certs paths and use it to sign the installer.
419406
- name: Launch Bitrock installbuilder
420407
run: |

0 commit comments

Comments
 (0)