File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
cd $PROJECT_PATH
33
33
godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe"
34
34
- name : Upload Artifact
35
- uses : actions/upload-artifact@v1
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : windows
38
38
path : build/windows
58
58
cd $PROJECT_PATH
59
59
godot --headless --verbose --export-release "Linux" "$EXPORT_DIR/linux/$EXPORT_NAME.x86_64"
60
60
- name : Upload Artifact
61
- uses : actions/upload-artifact@v1
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
name : linux
64
64
path : build/linux
84
84
cd $PROJECT_PATH
85
85
godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
86
86
- name : Upload Artifact
87
- uses : actions/upload-artifact@v1
87
+ uses : actions/upload-artifact@v4
88
88
with :
89
89
name : web
90
90
path : build/web
@@ -118,7 +118,7 @@ jobs:
118
118
cd $PROJECT_PATH
119
119
godot --headless --verbose --export-release "macOS" "$EXPORT_DIR/mac/$EXPORT_NAME.zip"
120
120
- name : Upload Artifact
121
- uses : actions/upload-artifact@v1
121
+ uses : actions/upload-artifact@v4
122
122
with :
123
123
name : mac
124
124
path : build/mac
You can’t perform that action at this time.
0 commit comments