test 7
This commit is contained in:
parent
4fac597886
commit
52cced3408
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -29,7 +29,11 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
needs: packwizInstall
|
needs: packwizInstall
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: alpine
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node
|
||||||
|
run: apk add nodejs git
|
||||||
- name: Download mods Artifact
|
- name: Download mods Artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue