File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -293,18 +293,12 @@ jobs:
293
293
run : |
294
294
ls -R ${{ env.GAME_NAME }}windows${{ matrix.arch }}
295
295
ls -R ${{ env.GAME_NAME }}linux${{ matrix.arch }}
296
- ls -R linux-editor-deploy-windows-editor
297
- ls -R linux-editor-deploy-linux-editor
298
- ls -R macos-editor-deploy-macos-editor
299
296
shell : bash
300
297
301
298
- name : Archive files
302
299
run : |
303
300
zip -r ${{ env.GAME_NAME }}windows${{ matrix.arch }}.zip ${{ env.GAME_NAME }}windows${{ matrix.arch }}
304
301
zip -r ${{ env.GAME_NAME }}linux${{ matrix.arch }}.zip ${{ env.GAME_NAME }}linux${{ matrix.arch }}
305
- zip -r linux-editor-deploy-windows-editor.zip linux-editor-deploy-windows-editor
306
- zip -r linux-editor-deploy-linux-editor.zip linux-editor-deploy-linux-editor
307
- zip -r macos-editor-deploy-macos-editor.zip macos-editor-deploy-macos-editor
308
302
309
303
- name : Create and Upload Release
310
304
uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
You can’t perform that action at this time.
0 commit comments