Skip to content

Commit

Permalink
testing src path
Browse files Browse the repository at this point in the history
  • Loading branch information
djredman99 authored Nov 2, 2024
1 parent 02d4ba1 commit 29e62a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/14-build-attestations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:


- name: Restore dependencies
run: dotnet restore
working-directory: ./src/
run: dotnet restore
working-directory: src/

- name: Build
run: dotnet build --configuration Release
working-directory: ./src/
working-directory: src/

- name: Attest build provenance
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit 29e62a6

Please sign in to comment.