Skip to content

Commit

Permalink
refact: rename job id
Browse files Browse the repository at this point in the history
Rename job id to meet work done by the job

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

0 comments on commit 8b2e8f6

Please sign in to comment.