mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 15:51:47 -05:00
Add id to try to fix "Input required and not supplied: path" in upload-artifact
This commit is contained in:
parent
5ac77fca98
commit
729d663832
1
.github/workflows/snap.yml
vendored
1
.github/workflows/snap.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- uses: snapcore/action-build@v1
|
||||
id: snapcraft
|
||||
- name: Get version
|
||||
id: get_version
|
||||
run: echo "version=$(echo ${{github.ref_name}} | cut -c2-)" >> $env:GITHUB_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user