Christ sanity check that things actually get uploaded
All checks were successful
godot-ci export / Windows Export (push) Successful in 1m9s
All checks were successful
godot-ci export / Windows Export (push) Successful in 1m9s
This commit is contained in:
@ -25,14 +25,6 @@ jobs:
|
|||||||
apt-get install -y curl
|
apt-get install -y curl
|
||||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
||||||
apt-get install -y nodejs
|
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
|
- name: Checkout
|
||||||
uses: https://gitea.com/actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -49,8 +41,8 @@ jobs:
|
|||||||
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: Upload Artifact
|
||||||
uses: https://gitea.com/actions/checkout@v4
|
#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: christopherhx/gitea-upload-artifact@v4 # the github action doens't work with gitea, so use this community versions hehe
|
||||||
with:
|
with:
|
||||||
name: windows
|
name: windows
|
||||||
path: build/windows
|
path: build/windows
|
||||||
|
|||||||
Reference in New Issue
Block a user