Skip to content

Commit

Permalink
ci: match encrypted artifact uploads and downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Dec 22, 2023
1 parent 13fa7a6 commit 9f02857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reproducible-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ jobs:
run: shasum -a 256 "${binary}" | tee "${binary}.sha256"

- name: Upload binary artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: ./.github/actions/artifact_upload
with:
name: "osimages-${{ matrix.target }}"
path: "${{ env.binary }}"
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}

- name: Upload hash artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
Expand Down

0 comments on commit 9f02857

Please sign in to comment.