File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -188,10 +188,16 @@ jobs:
188188 run : |
189189 Expand-Archive -Path "./artifacts/${{ steps.package.outputs.package1 }}" -DestinationPath "./artifacts/linux"
190190 chmod +x ./artifacts/linux/azfuncopenapi
191+
192+ ls -al ./artifacts/linux
193+
191194 Compress-Archive -Path "./artifacts/linux" -DestinationPath "./artifacts/${{ steps.package.outputs.package1 }}" -Force
192195
193196 Expand-Archive -Path "./artifacts/${{ steps.package.outputs.package2 }}" -DestinationPath "./artifacts/osx"
194197 chmod +x ./artifacts/osx/azfuncopenapi
198+
199+ ls -al ./artifacts/osx
200+
195201 Compress-Archive -Path "./artifacts/osx" -DestinationPath "./artifacts/${{ steps.package.outputs.package2 }}" -Force
196202
197203 - name : Create Release to GitHub
You can’t perform that action at this time.
0 commit comments