mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 16:11:22 +00:00
trivial: snap: ci: upload snap not a directory
This commit is contained in:
parent
6e715143f6
commit
c583d7a2da
4
.github/workflows/snap.yml
vendored
4
.github/workflows/snap.yml
vendored
@ -32,11 +32,9 @@ jobs:
|
|||||||
id: download
|
id: download
|
||||||
with:
|
with:
|
||||||
name: snap
|
name: snap
|
||||||
- name: 'Echo download path'
|
|
||||||
run: echo ${{steps.download.outputs.download-path}}
|
|
||||||
- uses: snapcore/action-publish@v1
|
- uses: snapcore/action-publish@v1
|
||||||
env:
|
env:
|
||||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
||||||
with:
|
with:
|
||||||
snap: ${{steps.download.outputs.download-path}}
|
snap: ${{steps.download.outputs.download-path}}/*.snap
|
||||||
release: ${{ inputs.channel }}
|
release: ${{ inputs.channel }}
|
||||||
|
Loading…
Reference in New Issue
Block a user