test 7
This commit is contained in:
parent
cdffb06c27
commit
58f262b5a7
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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue