This commit is contained in:
@@ -74,11 +74,17 @@ jobs:
|
|||||||
mkdir -p build/linux
|
mkdir -p build/linux
|
||||||
./godot --headless --export-release "Linux" build/linux/godot_number_factory.x86_64
|
./godot --headless --export-release "Linux" build/linux/godot_number_factory.x86_64
|
||||||
|
|
||||||
## Step 6: Upload artifacts using action version safety features compatible with Gitea
|
- name: debug
|
||||||
#- name: Upload Linux Build Artifact
|
run: |
|
||||||
# uses: actions/upload-artifact@v4
|
ls -la "${{ gitea.workspace }}/build/linux"
|
||||||
# with:
|
ls -la build/linux
|
||||||
# name: linux-build
|
|
||||||
# path: build/linux/
|
|
||||||
# if-no-files-found: error
|
# Step 7: Upload artifacts using action version safety features compatible with Gitea
|
||||||
|
- name: Upload Linux Build Artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: linux-build
|
||||||
|
path: build/linux/
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user