There was an error while loading. Please reload this page.
1 parent 24c726f commit 155e2a0Copy full SHA for 155e2a0
1 file changed
.github/workflows/main.yml
@@ -124,6 +124,7 @@ jobs:
124
--zip "python-${{ steps.vars.outputs.git_version }}-windows-${{ matrix.arch }}-embed.zip"
125
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
126
with:
127
+ archive: false
128
name: python-${{ steps.vars.outputs.git_version }}-windows-${{ matrix.arch }}-embed
129
path: ./*.zip
130
@@ -139,7 +140,9 @@ jobs:
139
140
- run: mkdir dist
141
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
142
143
+ skip-decompress: true
144
+ merge-multiple: true
145
path: ./dist
- - run: ./deploy.sh ./dist/**/*.zip
146
+ - run: ./deploy.sh ./dist/*.zip
147
env:
148
RELEASES_API_KEY: ${{ secrets.GITHUB_TOKEN }}
0 commit comments