Skip to content

Commit cabdd29

Browse files
committed
fixed id of build
1 parent 196b6e9 commit cabdd29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/snap-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
fetch-depth: 0
1616
fetch-tags: true
1717
- uses: canonical/action-build@v1.3.0
18-
id: snapcraft
18+
id: build
1919
- uses: actions/upload-artifact@v4
2020
with:
2121
name: snap-amd64
22-
path: ${{ steps.snapcraft.outputs.snap }}
22+
path: ${{ steps.build.outputs.snap }}
2323
retention-days: 5

0 commit comments

Comments
 (0)