Skip to content

Commit

Permalink
Revert "spike(build): Attempt Attestation + Artifacts upload"
Browse files Browse the repository at this point in the history
This reverts commit f84826f.
  • Loading branch information
SakuraIsayeki committed May 11, 2024
1 parent 204b74b commit 33dda9c
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: .NET Build & Test

permissions:
contents: read
id-token: write
attestations: write


on:
Expand Down Expand Up @@ -38,18 +36,4 @@ jobs:
run: dotnet build --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal

- name: Pack
run: dotnet pack

- name: Attest build provenance for .nupkgs
uses: actions/attest-build-provenance@v1
with:
subject-path: '**/artifacts/**/*.nupkg'

- name: Publish debug artifacts
uses: actions/upload-artifact@v2
with:
name: debug-artifacts
path: '**/artifacts/**'
run: dotnet test --no-build --verbosity normal

0 comments on commit 33dda9c

Please sign in to comment.