File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,21 @@ jobs:
3434 haxelib run lime build mac
3535 # - name: Tar files
3636 # run: tar -zcvf CodenameEngine.tar.gz -C export/release/macos/bin .
37- - name : Uploading artifact (entire build)
38- uses : actions/upload-artifact@v4
39- with :
40- name : Codename Engine
41- path : export/release/macos/bin/
37+ # - name: Uploading artifact (entire build)
38+ # uses: actions/upload-artifact@v4
39+ # with:
40+ # name: Codename Engine
41+ # path: export/release/macos/bin/
4242 # - name: Uploading artifact (executable)
4343 # uses: actions/upload-artifact@v4
4444 # with:
4545 # name: Update-Mac
4646 # path: export/release/macos/bin/CodenameEngine
47+ - name : Uploading .tar.gz artifact (entire build)
48+ uses : alehechka/upload-tartifact@v2
49+ with :
50+ name : Codename Engine
51+ path : export/release/macos/bin/
4752 - name : Clearing already existing cache
4853 uses : actions/github-script@v6
4954 with :
You can’t perform that action at this time.
0 commit comments