Compare commits
1 Commits
release/0.
...
release/0.
| Author | SHA1 | Date | |
|---|---|---|---|
| 3539140752 |
@@ -31,4 +31,4 @@ jobs:
|
|||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
"build/**/*.tar.gz"
|
"**/*.tar.gz"
|
||||||
2
build.sh
2
build.sh
@@ -75,6 +75,6 @@ echo "Building $WEB..."
|
|||||||
mkdir -p $DEBUG_EXPORT_DIR/$WEB
|
mkdir -p $DEBUG_EXPORT_DIR/$WEB
|
||||||
godot --headless --verbose --export-debug "Web" "$DEBUG_EXPORT_DIR/$WEB/index.html"
|
godot --headless --verbose --export-debug "Web" "$DEBUG_EXPORT_DIR/$WEB/index.html"
|
||||||
cd $DEBUG_EXPORT_DIR
|
cd $DEBUG_EXPORT_DIR
|
||||||
tar cfz ../$WEB-debug.tar.gz
|
tar cfz ../$WEB-debug.tar.gz web
|
||||||
|
|
||||||
echo "Finish!🎉"
|
echo "Finish!🎉"
|
||||||
Reference in New Issue
Block a user