Skip to content

Commit

Permalink
release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Nov 21, 2023
1 parent a261515 commit 41d828b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
mkdir sArena_Updated2_by_sammers
cp -R * sArena_Updated2_by_sammers/
cp -R Ace3 sArena_Updated2_by_sammers/
cp -R Layouts sArena_Updated2_by_sammers/
cp -R Modules sArena_Updated2_by_sammers/
cp Config.lua sArena_Updated2_by_sammers/
cp LICENSE.txt sArena_Updated2_by_sammers/
cp sArena_Updated2_by_sammers.toc sArena_Updated2_by_sammers/
cp sArena.lua sArena_Updated2_by_sammers/
cp sArena.xml sArena_Updated2_by_sammers/
zip -vr sArena_Updated2_by_sammers-$RELEASE_VERSION.zip sArena_Updated2_by_sammers/
# - name: "Upload to CurseForge"
# uses: itsmeow/curseforge-upload@v3
Expand Down

0 comments on commit 41d828b

Please sign in to comment.