Skip to content

Commit

Permalink
Merge pull request #79 from Do-sth-sharp/master
Browse files Browse the repository at this point in the history
[CI]: Add license to artifact
  • Loading branch information
LiuYunPlayer authored Aug 8, 2024
2 parents 4997608 + 9c4e46e commit 528454a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ jobs:

- name: Move artifacts
shell: pwsh
run: Move-Item -Path TuneLab\bin\Release\net8.0\${{ matrix.runtime }}\publish -Destination workspace
working-directory: ${{github.workspace}}
run: Move-Item -Path "TuneLab\bin\Release\net8.0\${{ matrix.runtime }}\publish" -Destination "workspace\"

- name: Copy license to artifacts path
shell: pwsh
working-directory: ${{github.workspace}}
run: Copy-Item "LICENSE.txt" -Destination "workspace\"

- name: Generate artifact attestation - Windows
if: runner.os == 'Windows' && github.event_name != 'pull_request'
Expand Down

0 comments on commit 528454a

Please sign in to comment.