This commit is contained in:
Balazs Toldi 2024-12-03 15:49:07 +01:00
parent cdffb06c27
commit 58f262b5a7

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: