upload
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
image: oierbravo/godot-ci-with-node:4.5
|
image: oierbravo/godot-ci-with-node:4.5
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Setup
|
- name: Setup
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
cd $PROJECT_PATH
|
cd $PROJECT_PATH
|
||||||
godot --headless --verbose --export-release "LinuxARM" "$EXPORT_DIR/linux-arm/$EXPORT_NAME.arm_64"
|
godot --headless --verbose --export-release "LinuxARM" "$EXPORT_DIR/linux-arm/$EXPORT_NAME.arm_64"
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-arm
|
name: linux-arm
|
||||||
path: build/linux-arm
|
path: build/linux-arm
|
||||||
@@ -81,7 +81,7 @@ jobs:
|
|||||||
cd $PROJECT_PATH
|
cd $PROJECT_PATH
|
||||||
godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
|
godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: web
|
name: web
|
||||||
path: build/web
|
path: build/web
|
||||||
Reference in New Issue
Block a user