Skip to content

Commit 4e240cd

Browse files
committed
One more time, with feeling
1 parent 54900a7 commit 4e240cd

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,18 @@ jobs:
6565
- name: Publish
6666
run: dotnet publish ${{ env.project_path }} -c Release
6767

68-
- name: Zip artifact
68+
- name: Install zip
6969
uses: montudor/action-zip@v1
70-
with:
71-
args: zip -qq -r SkyWriter.zip *
72-
working-directory: "${{ env.project_path }}${{ env.publish_path }}"
70+
71+
- name: Zip artifact
72+
run: zip -qq -r SkyWriter.zip *
73+
working-directory: "${{ env.project_path }}${{ env.publish_path }}"
7374

7475
- name: Upload artifact
7576
uses: actions/upload-artifact@v1
7677
with:
7778
name: ${{ env.artifact_name }}
78-
path: SkyWriter.zip
79+
path: "${{ env.project_path }}${{ env.publish_path }}SkyWriter.zip"
7980

8081
release:
8182
name: Draft Release

0 commit comments

Comments
 (0)