Skip to content

Commit

Permalink
test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Loweredgames committed Jan 19, 2024
1 parent 2c505d5 commit ae250e0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches: [ "main" ]

jobs:
build:
runs-on: windows-latest
zip-n-pull:
name: Zip and Pull
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: zip -r Skyblock\_Classic\_Edition\_Nightly\_Building.zip .
- uses: actions/upload-artifact@v4
with:
name: Nightly Actions Run (Output)
path: Skyblock\_Classic\_Edition\_Nightly\_Building.zip
- name: Zip Folder
run: |
cd ../ # I added this
rm -rf Skyblock\_Classic\_Edition\_Nightly\_Building.zip
zip -r Skyblock\_Classic\_Edition\_Nightly\_Building.zip Skyblock\_Classic\_Edition\_Nightly\_Building -x ".git/*" ".github/*"

0 comments on commit ae250e0

Please sign in to comment.