Skip to content

Commit

Permalink
Another action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Oct 31, 2024
1 parent 0d875ac commit 4388a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/armhf_lxd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ jobs:
run: |
cd checkbox-core-snap/
./prepare.sh series22
cd series22
- uses: docker/setup-qemu-action@v1
- uses: diddlesnaps/snapcraft-multiarch-action@v1
with:
architecture: armhf
path: "checkbox/checkbox-core-snap/series22"

- name: Show the artifact
# Items placed in /artifacts in the container will be in
# ${PWD}/artifacts on the host.
run: |
ls
ls checkbox/checkbox-core-snap/series22
- uses: actions/upload-artifact@v4
with:
path: "*.snap"
path: "checkbox/checkbox-core-snap/series22/*.snap"

0 comments on commit 4388a22

Please sign in to comment.