Skip to content

Commit f0ecaac

Browse files
Download single artifact for notarization
1 parent 7a2552c commit f0ecaac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-go-nightly-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/download-artifact@v3
9191
with:
9292
name: ${{ env.ARTIFACT_NAME }}
93-
path: ${{ env.DIST_DIR }}
93+
path: ${{ env.DIST_DIR }}/${{ env.PACKAGE_FILENAME }}
9494

9595
- name: Import Code-Signing Certificates
9696
env:

.github/workflows/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/download-artifact@v3
9696
with:
9797
name: ${{ env.ARTIFACT_NAME }}
98-
path: ${{ env.DIST_DIR }}
98+
path: ${{ env.DIST_DIR }}/${{ env.PACKAGE_FILENAME }}
9999

100100
- name: Import Code-Signing Certificates
101101
env:

0 commit comments

Comments
 (0)