From d87ba7a165d7915e33d7378c7520d48b2e2ff564 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 18 May 2025 09:02:57 -0700 Subject: [PATCH] Remove unused step ID from release workflow In a previous revision of the release workflow, the updated checksums were determined by the macOS notarization job and then passed to the subsequent job via job outputs. Those job outputs in turn referenced step outputs, which required an ID be assigned to the step. That approach was changed during a later refactoring, but the step ID definitions were not removed at that time. The unused step IDs now only make the workflow more difficult to understand and maintain. For this reason, the vestigial code is hereby removed from the workflow. --- .github/workflows/release-go-crosscompile-task.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-go-crosscompile-task.yml b/.github/workflows/release-go-crosscompile-task.yml index b28ff3a..faf3ae6 100644 --- a/.github/workflows/release-go-crosscompile-task.yml +++ b/.github/workflows/release-go-crosscompile-task.yml @@ -173,7 +173,6 @@ jobs: gon "${{ env.GON_CONFIG_PATH }}" - name: Re-package binary - id: re-package working-directory: ${{ env.DIST_DIR }} # Repackage the signed binary replaced in place by Gon (ignoring the output zip file) run: |