Skip to content

Commit 6affc9b

Browse files
committed
Remove dynamic output
1 parent bef824d commit 6affc9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@ jobs:
340340
arch: arm64
341341
runs-on: ${{ matrix.os }}
342342
outputs:
343-
sha256-${{ matrix.arch }}: ${{ steps.checksum.outputs.sha256 }}
343+
sha256-arm64: ${{ steps.checksum-arm64.outputs.sha256 }}
344+
sha256-amd64: ${{ steps.checksum-amd64.outputs.sha256 }}
344345

345346
steps:
346347
- name: Checkout source
@@ -362,7 +363,7 @@ jobs:
362363
pyinstaller --onefile --name gitmastery main.py
363364
364365
- name: Generate SHA256
365-
id: checksum
366+
id: checksum-${{ matrix.arch }}
366367
env:
367368
ARCHITECTURE: ${{ matrix.arch }}
368369
run: |

0 commit comments

Comments
 (0)