mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
update installer, restore the tar.bz2 archive along with the installer and try to grant permission on the shell executables.
This commit is contained in:
9
.github/workflows/snapshots-pc.yml
vendored
9
.github/workflows/snapshots-pc.yml
vendored
@@ -58,10 +58,15 @@ jobs:
|
||||
mkdir izpack
|
||||
# If this works just gotta figure out how to append datetime
|
||||
mv /home/runner/.m2/repository/forge/forge-installer/*/*.jar izpack/
|
||||
mv /home/runner/.m2/repository/forge/forge-installer/*/*.bz2 izpack/
|
||||
cd izpack
|
||||
out="$(basename -s .jar *)"
|
||||
d=$(date +%m.%d)
|
||||
mv "${out}.jar" "${out}-${d}.jar"
|
||||
# rename installer
|
||||
outj="$(basename -s .jar *)"
|
||||
mv "${outj}.jar" "${outj}-${d}.jar"
|
||||
# rename archive
|
||||
outb="$(basename -s .tar.bz2 *)"
|
||||
mv "${outb}.tar.bz2" "${outb}-${d}.tar.bz2"
|
||||
|
||||
- name: 📂 Sync files
|
||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
|
||||
|
||||
Reference in New Issue
Block a user