Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Stary2001 committed Feb 4, 2024
1 parent 03b1f5d commit 84dd555
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:

- name: Package
run: scripts/package.sh

- uses: actions/upload-artifact@v3
with:
name: package
path: artifacts/*
3 changes: 3 additions & 0 deletions scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ mv godot.switch.opt.64 "godot-switch-v${version_number}-DEBUG_ONLY.elf"
rm -r godot-switch-v${version_number}-windows godot-switch-v${version_number}-linux
rm -r switch templates config
popd

mkdir artifacts
cp $tmpdir/godot-v${version_number}-windows-switch-support.zip $tmpdir/godot-v${version_number}-linux-switch-support.tar.gz $tmpdir/godot_template-v${version_number}-switch_only.tpz $tmpdir/godot-v${version_number}-switch.zip artifacts/

0 comments on commit 84dd555

Please sign in to comment.