Skip to content

Commit 1096d41

Browse files
authored
Upload artifact
1 parent e61e768 commit 1096d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
configuration: Release
1919
flavor: Portable
20+
artifact: release_artifact_portable
2021
- name: Create zip
2122
run: Compress-Archive -Path ${{steps.build.outputs.path}}/* -Destination release_artifact_portable.zip
22-
#run: tar -cvzf release_artifact_portable.tar.gz -C release_artifact_portable *
2323
- uses: signpath/github-action-submit-signing-request@v1.1
2424
with:
2525
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'

0 commit comments

Comments
 (0)