Skip to content

Commit

Permalink
test 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Loweredgames committed Jan 19, 2024
1 parent 256db38 commit 64fe9b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:

jobs:
build:
name: Nightly Actions Run (Output)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
rm -rf <repository_name>.zip
zip -r <repository_name>.zip <repository_name> -x ".git/*" ".github/*"
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
path: Skyblock_Classic_Edition_Nightly_Building.zip

0 comments on commit 64fe9b6

Please sign in to comment.