Skip to content

Commit ca140cd

Browse files
committed
git subrepo pull (merge) 16_model_explorer
subrepo: subdir: "16_model_explorer" merged: "4efe824c70" upstream: origin: "https://github.com/V-Sekai/TOOL_model_explorer.git" branch: "main" commit: "98df1f55ab" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "73a0129"
2 parents 89efaab + 98df1f5 commit ca140cd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .github/workflows/builds.yml

-6
Original file line numberDiff line numberDiff line change
@@ -293,18 +293,12 @@ jobs:
293293
run: |
294294
ls -R ${{ env.GAME_NAME }}windows${{ matrix.arch }}
295295
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
299296
shell: bash
300297

301298
- name: Archive files
302299
run: |
303300
zip -r ${{ env.GAME_NAME }}windows${{ matrix.arch }}.zip ${{ env.GAME_NAME }}windows${{ matrix.arch }}
304301
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
308302
309303
- name: Create and Upload Release
310304
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1

0 commit comments

Comments
 (0)