Skip to content

Commit ed246cf

Browse files
committed
Keep the release artifacts zipped for easier download
1 parent 1d55b92 commit ed246cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/msbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
id: download-artifact
7171
uses: dawidd6/action-download-artifact@v7
7272
with:
73-
run_id: ${{ github.event.workflow_run.id }}
74-
path: plugin-artifacts
73+
path: downloads
74+
skip_unpack: true
7575

7676
- name: Upload binaries to release
7777
uses: svenstaro/upload-release-action@v2
7878
with:
7979
tag: ${{ github.ref }}
80-
file: plugin-artifacts/**/*
80+
file: downloads/*.zip
8181
file_glob: true

0 commit comments

Comments
 (0)