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 2696920 commit 32bd7e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/macos-intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ jobs:
- name: Attest release
uses: actions/attest-build-provenance@v1
with:
subject-path: |
'target/release/hbbs'
'target/release/hbbr'
'target/release/rustdesk-utils'
subject-path: '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
7 changes: 2 additions & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up environment
run: |
Expand Down Expand Up @@ -58,10 +58,7 @@ jobs:
- name: Attest release
uses: actions/attest-build-provenance@v1
with:
subject-path: |
'target/release/hbbs'
'target/release/hbbr'
'target/release/rustdesk-utils'
subject-path: 'target/release/hbbs, target/release/hbbr, target/release/rustdesk-utils'

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install SQLite
run: |
Expand Down Expand Up @@ -84,10 +84,7 @@ jobs:
- name: Attest release
uses: actions/attest-build-provenance@v1
with:
subject-path: |
'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'
subject-path: '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
Expand Down

0 comments on commit 32bd7e0

Please sign in to comment.