Skip to content

Commit

Permalink
Merge pull request #16 from FortuneStreetModding/release/1.0
Browse files Browse the repository at this point in the history
Release/1.0
  • Loading branch information
Sophilautia authored May 18, 2022
2 parents 3a9a2ee + 34af85d commit c3124a7
Show file tree
Hide file tree
Showing 22 changed files with 422 additions and 63 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,22 @@ jobs:

- name: Archive
run: |
cp ./Setup/release_build.bat ./build.bat
cp ./Setup/release_build.sh ./build.sh
cp ./Setup/release_requirements.txt ./requirements.txt
zip -v CustomStreetWorldTour-${VERSION_NAME}.zip -r files -r patches -r fortunestreetmodding.github.io/_maps build.* requirements.txt
cp ./release/* .
rm fortunestreetmodding.github.io/_maps/*/*.webp
rm *.webp
rm *.md
zip -r -v CustomStreetWorldTour-${VERSION_NAME}.zip files/ patches/ fortunestreetmodding.github.io/_maps/ fortunestreetmodding.github.io/_data/backgrounds.yml *.ttf *.sh *.bat *.py *.yaml *.yml *.txt
working-directory: ${{github.workspace}}

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{github.workspace}}/CustomStreetWorldTour-${{github.event.release.tag_name}}.zip

- name: Upload as artifact
uses: actions/upload-artifact@v3
with:
name: zip-file
path: |
${{github.workspace}}/CustomStreetWorldTour-${{github.event.release.tag_name}}.zip
15 changes: 0 additions & 15 deletions customStreetWorldTour.yaml → CustomStreetWorldTour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,3 @@
- Vulvainseln
- WariosBattleCanyon
- Yoshi
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
- EventSpiral
163 changes: 163 additions & 0 deletions CustomStreetWorldTour_console.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
0:
practiceBoard: ShellIsland
0:
- CastleTrodain
- Observatory
- GhostShip
- Slimenia
- MtMagmageddon
- RobbinHoodRuins
- MarioStadium
- StarshipMario
- MarioCircuit
- YoshiIsland
- DelfinoPlaza
- PeachCastle
- Alefgard
- SuperMarioBros
- BowserCastle
- GoodEggGalaxy
- Colossus
- AlltradesAbbey
1:
- MaharataIslands
- TheAmericas
- ShellIsland
- LakeMountain
- Cloverland
- MoonCity
- Gootrude
- IS2Skyscraper
- DreamWorld
- IS2Freeway
- IS2UnderwaterMetropolis
- CasinoTown
- IS2SophiesCave
- Geoglyph
- QueenBunny
- PrimitiveEra
- GKFLoatingContinent
- IS3CandyLand
2:
- IS3Rainforest
- IS3Moonlight
- IS3Machu
- IS3Space
- SPTycoon
- SPAlltrades
- SeabedShrine
- SPFortuna
- SPWorldTree
- SPRendarak
- SPAlefgard
- SPMidgar
- SPThunder
- Rabanastre
- SPNalbina
- SPAirship
- PortableTantegel
- PortableRamia
- LibraryOfTheAncients
- PortableTree
- PortableVale
- PortableAlexandra
- PhantomTrain
- PortableOpera
- PortableBhujerba
- PortableAlltrades
- DSYoshisIsland
- DSColossus
- DSPeachsCastle
- DSDelfinoPlaza
- DSRobbinHoodRuins
- DSAlefgard
- FSSmartSilkRoad
- FSSmartFestival
- MobileSchoolNew
- SmartAntarctica
- SmartZodiac
- SmartAquarium
- FSSmartMonsterHouse
- Bunnyland
- auMidnightTown
- auShellIsle
- auCloverland
- auGlorious
- auNanana
- auSgtFrog
- 30thDragonlordsCastle
- 30thCrystalTower
1:
practiceBoard: ShellIsleRedux
0:
- Abwarten
- AcademyCity
- AegisRim
- AlchemistsHouse
- Anchor
- BabyPark
- Bakerman
- Reactor
- CastleTown
- CatMap
- CidsTower
- Creeper
- CrestOfFlames
- Crossroads
- CustomWorld
- DelfinoRedux
- Karo
- DKsJungleAdventureC
1:
- Downhill
- DungeonLobby
- FacingWorlds
- IS2FreewayRemix
- Freighter
- GeometryDash
- GoodybagLair
- Hell
- HighRise
- Hotel
- IleDeFrance
- InsideOut
- Hampelmann
- Kanto
- KingOfTheHill
- LeagueBar
- Metamorph
- Monokuma
2:
- Neazi1
- Neazi2
- Neazi3
- Neazi4
- Neazi5
- Neazi6
- NLA
- Palamecia
- PlanetMira
- Playground
- Pollen
- QuadC
- QuietStreetC
- RainbowDream
- RokkenjimaC
- MobileSchool
- ShellIsleRedux
- Skullboard
- SkyTower
- Shibuya
- Schneggl
- Spirograph
- Squid
- Bethlehem
- SuitsMap
- ToadsHouse
- UAHigh
- Unatco
- VennDiagram
- Vent
- Vulvainseln
- WariosBattleCanyonC
- Yoshi
3 changes: 0 additions & 3 deletions Setup/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
!.gitignore
!setup.bat
!setup.sh
!release_build.bat
!release_build.sh
!release_requirements.txt
11 changes: 0 additions & 11 deletions Setup/release_build.sh

This file was deleted.

Loading

0 comments on commit c3124a7

Please sign in to comment.