test 7
All checks were successful
Pack and Release / packwizInstall (push) Successful in 26s
Pack and Release / deploy (push) Successful in 24s

This commit is contained in:
Balazs Toldi 2024-12-03 15:49:07 +01:00
parent 4fac597886
commit 52cced3408

View file

@ -29,7 +29,11 @@ jobs:
deploy:
needs: packwizInstall
runs-on: ubuntu-latest
container:
image: alpine
steps:
- name: Install Node
run: apk add nodejs git
- name: Download mods Artifact
uses: actions/download-artifact@v3
with: