From 729d663832e0c47418499fbe43a2912365970f1c Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Thu, 31 Oct 2024 14:38:52 +0000 Subject: [PATCH] Add id to try to fix "Input required and not supplied: path" in upload-artifact --- .github/workflows/snap.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 3063138a7..237626017 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -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