sanity check small uplaod
Some checks failed
godot-ci export / Windows Export (push) Has been cancelled
Some checks failed
godot-ci export / Windows Export (push) Has been cancelled
This commit is contained in:
@ -39,12 +39,19 @@ jobs:
|
|||||||
EXPORT_DIR="$(readlink -f build)"
|
EXPORT_DIR="$(readlink -f build)"
|
||||||
cd $PROJECT_PATH
|
cd $PROJECT_PATH
|
||||||
godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe"
|
godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe"
|
||||||
- name: Upload Artifact
|
- name: Create test file
|
||||||
# uses: actions/upload-artifact@v3
|
run: echo "test" > test.txt
|
||||||
uses: christopherhx/gitea-upload-artifact@v4 # the github action doens't work with gitea, so use this community versions hehe
|
- name: Upload Small Artifact
|
||||||
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: windows
|
name: test
|
||||||
path: build/windows
|
path: test.txt
|
||||||
|
# - name: Upload Artifact
|
||||||
|
# # uses: actions/upload-artifact@v3
|
||||||
|
# uses: christopherhx/gitea-upload-artifact@v4 # the github action doens't work with gitea, so use this community versions hehe
|
||||||
|
# with:
|
||||||
|
# name: windows
|
||||||
|
# path: build/windows
|
||||||
|
|
||||||
# export-linux:
|
# export-linux:
|
||||||
# name: Linux Export
|
# name: Linux Export
|
||||||
|
|||||||
Reference in New Issue
Block a user