Skip to content

Commit 2e7ad9a

Browse files
committed
remove useless job id not used anymore (followup of arduino#1883)
1 parent 2669ccf commit 2e7ad9a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Diff for: .github/workflows/publish-go-nightly-task.yml

-4
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ jobs:
6161
name: Notarize ${{ matrix.artifact.name }}
6262
runs-on: macos-latest
6363
needs: create-nightly-artifacts
64-
outputs:
65-
checksum-darwin_amd64: ${{ steps.re-package.outputs.checksum-darwin_amd64 }}
66-
checksum-darwin_arm64: ${{ steps.re-package.outputs.checksum-darwin_arm64 }}
6764

6865
env:
6966
GON_CONFIG_PATH: gon.config.hcl
@@ -141,7 +138,6 @@ jobs:
141138
gon "${{ env.GON_CONFIG_PATH }}"
142139
143140
- name: Re-package binary
144-
id: re-package
145141
working-directory: ${{ env.DIST_DIR }}
146142
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
147143
run: |

Diff for: .github/workflows/release-go-task.yml

-4
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ jobs:
6868
name: Notarize ${{ matrix.artifact.name }}
6969
runs-on: macos-latest
7070
needs: create-release-artifacts
71-
outputs:
72-
checksum-darwin_amd64: ${{ steps.re-package.outputs.checksum-darwin_amd64 }}
73-
checksum-darwin_arm64: ${{ steps.re-package.outputs.checksum-darwin_arm64 }}
7471

7572
env:
7673
GON_CONFIG_PATH: gon.config.hcl
@@ -148,7 +145,6 @@ jobs:
148145
gon "${{ env.GON_CONFIG_PATH }}"
149146
150147
- name: Re-package binary
151-
id: re-package
152148
working-directory: ${{ env.DIST_DIR }}
153149
# Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
154150
run: |

0 commit comments

Comments
 (0)