fix(ci): remove unsupported upload-artifact@v4, replace with ls
All checks were successful
Build and Release .deb / build-deb (push) Successful in 21s
All checks were successful
Build and Release .deb / build-deb (push) Successful in 21s
This commit is contained in:
parent
d3fa7402db
commit
5a38bb4bbd
1 changed files with 5 additions and 5 deletions
|
|
@ -77,8 +77,8 @@ jobs:
|
||||||
"http://10.0.0.4:3000/api/v1/repos/geronzi/full_updater/releases/${RELEASE_ID}/assets?name=$(basename ${FILE})"
|
"http://10.0.0.4:3000/api/v1/repos/geronzi/full_updater/releases/${RELEASE_ID}/assets?name=$(basename ${FILE})"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Store artifact
|
- name: List dist artifacts
|
||||||
uses: actions/upload-artifact@v4
|
working-directory: /workspace/repo
|
||||||
with:
|
run: |
|
||||||
name: full-updater-deb
|
echo "=== Built artifacts ==="
|
||||||
path: /workspace/repo/dist/*.deb
|
ls -la dist/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue