We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557424e commit e61e768Copy full SHA for e61e768
.github/workflows/dotnet-release.yml
@@ -17,9 +17,8 @@ jobs:
17
with:
18
configuration: Release
19
flavor: Portable
20
- artifact: release_artifact_portable
21
- name: Create zip
22
- run: Compress-Archive -Path release_artifact_portable/* -Destination release_artifact_portable.zip
+ run: Compress-Archive -Path ${{steps.build.outputs.path}}/* -Destination release_artifact_portable.zip
23
#run: tar -cvzf release_artifact_portable.tar.gz -C release_artifact_portable *
24
- uses: signpath/[email protected]
25
0 commit comments