Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
Update deps and workflows
  • Loading branch information
harmless-tech committed Dec 29, 2024
1 parent 15f9c73 commit e6e8b57
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 101 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ jobs:
run: cp ./target/${{ matrix.target }}/zmall/${{ env.bin-name }} ./${{ env.bin-name }}-${{ matrix.target }}
- name: Chmod
run: chmod +x ./${{ env.bin-name }}-${{ matrix.target }}
- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: ./${{ env.bin-name }}-${{ matrix.target }}
- name: Hash
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
run: cp ./target/${{ matrix.target }}/zmall/${{ env.bin-name }} ./${{ env.bin-name }}-${{ matrix.target }}
- name: Chmod
run: chmod +x ./${{ env.bin-name }}-${{ matrix.target }}
- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: ./${{ env.bin-name }}-${{ matrix.target }}
- name: Hash
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
run: cargo +nightly auditable build --verbose --workspace --profile=zmall --locked --target ${{ matrix.target }} ${{ env.feature-set }}
- name: Rename
run: cp ./target/${{ matrix.target }}/zmall/${{ env.bin-name }}.exe ./${{ env.bin-name }}-${{ matrix.target }}.exe
- uses: actions/attest-build-provenance@v1
- uses: actions/attest-build-provenance@v2
with:
subject-path: ./${{ env.bin-name }}-${{ matrix.target }}.exe
- name: Hash
Expand Down
Loading

0 comments on commit e6e8b57

Please sign in to comment.