mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 12:35:57 +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
|
||||
with:
|
||||
name: snap
|
||||
- name: 'Echo download path'
|
||||
run: echo ${{steps.download.outputs.download-path}}
|
||||
- uses: snapcore/action-publish@v1
|
||||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
|
||||
with:
|
||||
snap: ${{steps.download.outputs.download-path}}
|
||||
snap: ${{steps.download.outputs.download-path}}/*.snap
|
||||
release: ${{ inputs.channel }}
|
||||
|
Loading…
Reference in New Issue
Block a user