Skip to content

Commit

Permalink
Fix sintax
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Oct 31, 2024
1 parent 438710b commit c5caaef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/armhf_lxd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
# Run steps on a matrix of 4 arch/distro combinations
steps:
- uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- uses: uraimo/run-on-arch-action@v2
name: Build artifact
id: build
Expand Down Expand Up @@ -51,4 +52,5 @@ jobs:
ls checkbox/checkbox-core-snap/series22
- uses: actions/upload-artifact@v4
path: checkbox-core-snap/series22/*.snap
with:
path: checkbox-core-snap/series22/*.snap

0 comments on commit c5caaef

Please sign in to comment.