Skip to content

Commit 155e2a0

Browse files
committed
ci: skip zipped artifacts and merge multiple
1 parent 24c726f commit 155e2a0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
--zip "python-${{ steps.vars.outputs.git_version }}-windows-${{ matrix.arch }}-embed.zip"
125125
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
126126
with:
127+
archive: false
127128
name: python-${{ steps.vars.outputs.git_version }}-windows-${{ matrix.arch }}-embed
128129
path: ./*.zip
129130

@@ -139,7 +140,9 @@ jobs:
139140
- run: mkdir dist
140141
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
141142
with:
143+
skip-decompress: true
144+
merge-multiple: true
142145
path: ./dist
143-
- run: ./deploy.sh ./dist/**/*.zip
146+
- run: ./deploy.sh ./dist/*.zip
144147
env:
145148
RELEASES_API_KEY: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)