Skip to content

Commit

Permalink
Fixed permissions, win attestation path and upload version
Browse files Browse the repository at this point in the history
  • Loading branch information
synacker committed Sep 28, 2024
1 parent 7dd7f06 commit 597942f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/daggy-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
permissions:
id-token: write
contents: read
checks: write
attestations: write

steps:
Expand Down Expand Up @@ -127,7 +128,7 @@ jobs:
run: cpack

- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: daggy_linux_x64
path: |
Expand All @@ -140,6 +141,7 @@ jobs:
permissions:
id-token: write
contents: read
checks: write
attestations: write
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -205,7 +207,7 @@ jobs:
run: cpack

- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: daggy_win_x64
path: |
Expand All @@ -216,6 +218,7 @@ jobs:
permissions:
id-token: write
contents: read
checks: write
attestations: write
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -263,7 +266,7 @@ jobs:
uses: actions/attest-build-provenance@v1
if: github.ref_type == 'tag' || startsWith(github.ref, 'refs/heads/release/')
with:
subject-path: 'build/Release/bin/**, build/Release/lib/**'
subject-path: build/bin/**

- name: macos-clang13_x64 Tests Report
uses: mikepenz/action-junit-report@v4
Expand All @@ -276,7 +279,7 @@ jobs:
run: cpack

- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: daggy_macos_x64
path:
Expand Down

0 comments on commit 597942f

Please sign in to comment.