Skip to content

Commit e61e768

Browse files
authored
Fix path
1 parent 557424e commit e61e768

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
with:
1818
configuration: Release
1919
flavor: Portable
20-
artifact: release_artifact_portable
2120
- name: Create zip
22-
run: Compress-Archive -Path release_artifact_portable/* -Destination release_artifact_portable.zip
21+
run: Compress-Archive -Path ${{steps.build.outputs.path}}/* -Destination release_artifact_portable.zip
2322
#run: tar -cvzf release_artifact_portable.tar.gz -C release_artifact_portable *
2423
- uses: signpath/[email protected]
2524
with:

0 commit comments

Comments
 (0)