This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Skyblock Classic Edition - Nightly Building System | |
on: | |
push: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: | | |
cd Skyblock Classic Edition | |
rm -rf Skyblock Classic Edition.zip | |
zip -r Skyblock Classic Edition.zip Skyblock Classic Edition -x ".git/*" ".github/*" | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: Nightly Actions Run (Output) | |
path: Skyblock_Classic_Edition_Nightly_Building.zip |