Skip to content

Commit

Permalink
fix: inserting missing id
Browse files Browse the repository at this point in the history
The id was necessary to identify on the build process the path comming from the other job

Signed-off-by: Lincoln Wallace <[email protected]>
  • Loading branch information
locnnil committed Dec 4, 2023
1 parent 7f3605e commit bc653f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: snapcore/action-build@v1
id: snapcraft
- uses: actions/upload-artifact@v3
with:
name: snap
Expand Down

0 comments on commit bc653f4

Please sign in to comment.