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})"
|
||||
fi
|
||||
|
||||
- name: Store artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: full-updater-deb
|
||||
path: /workspace/repo/dist/*.deb
|
||||
- name: List dist artifacts
|
||||
working-directory: /workspace/repo
|
||||
run: |
|
||||
echo "=== Built artifacts ==="
|
||||
ls -la dist/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue