Skip to content

Commit 9c4e46e

Browse files
Add license to artifact
1 parent 4997608 commit 9c4e46e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@ jobs:
4646

4747
- name: Move artifacts
4848
shell: pwsh
49-
run: Move-Item -Path TuneLab\bin\Release\net8.0\${{ matrix.runtime }}\publish -Destination workspace
49+
working-directory: ${{github.workspace}}
50+
run: Move-Item -Path "TuneLab\bin\Release\net8.0\${{ matrix.runtime }}\publish" -Destination "workspace\"
51+
52+
- name: Copy license to artifacts path
53+
shell: pwsh
54+
working-directory: ${{github.workspace}}
55+
run: Copy-Item "LICENSE.txt" -Destination "workspace\"
5056

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

0 commit comments

Comments
 (0)