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