Christ sanity check that things actually get uploaded
All checks were successful
godot-ci export / Windows Export (push) Successful in 1m9s

This commit is contained in:
2025-07-06 01:41:55 -07:00
parent 30666a3a37
commit ef6ad725d5

View File

@ -25,14 +25,6 @@ jobs:
apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
apt-get install -y nodejs
# - name: Create test file
# run: echo "test" > test.txt
# - name: Upload Small Artifact
# uses: https://gitea.com/actions/checkout@v3
# with:
# name: test
# path: test.txt
- name: Checkout
uses: https://gitea.com/actions/checkout@v4
with:
@ -49,8 +41,8 @@ jobs:
godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe"
- name: Upload Artifact
uses: https://gitea.com/actions/checkout@v4
#uses: christopherhx/gitea-upload-artifact@v4 # the github action doens't work with gitea, so use this community versions hehe
#uses: https://gitea.com/actions/checkout@v4
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