Skip to content

Commit

Permalink
update action source
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Oct 25, 2024
1 parent be7e8c9 commit c3e9b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/PRBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
go-version: 1.23
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Docker Login
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "digest=$(cat digest.txt)" >> $GITHUB_OUTPUT
- name: Attest smd binary linux_amd64
uses: attest-build-provenance@v1
uses: actions/attest-build-provenance@v1
with:
subject-path: dist/smd_linux_amd64_v1/smd

Expand Down

0 comments on commit c3e9b55

Please sign in to comment.