Update .github/workflows/build-and-upload.yml
All checks were successful
CI/CD for Minecraft Resource Pack / build (push) Successful in 9s
All checks were successful
CI/CD for Minecraft Resource Pack / build (push) Successful in 9s
This commit is contained in:
parent
56d8d27a9e
commit
f602e188cf
8
.github/workflows/build-and-upload.yml
vendored
8
.github/workflows/build-and-upload.yml
vendored
@ -16,14 +16,6 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Zip the resource pack
|
||||
run: zip -r resource-pack.zip ./*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user