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 e61e768 commit 1096d41Copy full SHA for 1096d41
1 file changed
.github/workflows/dotnet-release.yml
@@ -17,9 +17,9 @@ jobs:
17
with:
18
configuration: Release
19
flavor: Portable
20
+ artifact: release_artifact_portable
21
- name: Create zip
22
run: Compress-Archive -Path ${{steps.build.outputs.path}}/* -Destination release_artifact_portable.zip
- #run: tar -cvzf release_artifact_portable.tar.gz -C release_artifact_portable *
23
- uses: signpath/github-action-submit-signing-request@v1.1
24
25
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
0 commit comments