1
0
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:
Jon Beniston 2024-10-31 14:38:52 +00:00
parent 5ac77fca98
commit 729d663832

View File

@ -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