Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Stary2001 committed Feb 4, 2024
1 parent 84dd555 commit 6836db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: package
path: artifacts/*
path: artifacts/*
2 changes: 1 addition & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ 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/
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 6836db7

Please sign in to comment.