test download
This commit is contained in:
parent
444d72c90d
commit
16bd514a2a
1 changed files with 11 additions and 0 deletions
|
@ -25,3 +25,14 @@ jobs:
|
||||||
name: package
|
name: package
|
||||||
path: packages
|
path: packages
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
runs-on: x86_64
|
||||||
|
container:
|
||||||
|
image: alpine:latest
|
||||||
|
steps:
|
||||||
|
- run: apk add nodejs curl
|
||||||
|
- uses: forgejo/download-artifact@v4
|
||||||
|
- name: Deploy
|
||||||
|
run: |
|
||||||
|
echo "Deploying..."
|
||||||
|
ls -R
|
||||||
|
|
Loading…
Reference in a new issue