Skip to content

Commit

Permalink
wip attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jul 4, 2024
1 parent 8405b72 commit 2696920
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos-intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
uses: actions/attest-build-provenance@v1
with:
subject-path: |
'${{ github.workspace }}/target/release/hbbs'
'${{ github.workspace }}/target/release/hbbr'
'${{ github.workspace }}/target/release/rustdesk-utils'
'target/release/hbbs'
'target/release/hbbr'
'target/release/rustdesk-utils'
- name: Upload Release Assets binaries for Macos amd64
uses: softprops/action-gh-release@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
uses: actions/attest-build-provenance@v1
with:
subject-path: |
'${{ github.workspace }}/target/release/hbbs'
'${{ github.workspace }}/target/release/hbbr'
'${{ github.workspace }}/target/release/rustdesk-utils'
'target/release/hbbs'
'target/release/hbbr'
'target/release/rustdesk-utils'
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ jobs:
uses: actions/attest-build-provenance@v1
with:
subject-path: |
'${{ github.workspace }}/target/${{ matrix.job.arch }}-pc-windows-msvc/release/hbbs.exe'
'${{ github.workspace }}/target/${{ matrix.job.arch }}-pc-windows-msvc/release/hbbs.exe'
'${{ github.workspace }}/target/${{ matrix.job.arch }}-pc-windows-msvc/release/rustdesk-utils.exe'
'target/${{ matrix.job.arch }}-pc-windows-msvc/release/hbbs.exe'
'target/${{ matrix.job.arch }}-pc-windows-msvc/release/hbbs.exe'
'target/${{ matrix.job.arch }}-pc-windows-msvc/release/rustdesk-utils.exe'
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2696920

Please sign in to comment.