Skip to content

Commit

Permalink
fix(ci): snap aarch64 move config instead
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Mar 23, 2023
1 parent 1d29c51 commit 3d952be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
if: matrix.arch == 'aarch64'
- run: "sed -i '/version: git/d' build-aux/snap/snapcraft.yaml"
- run: |
mv ./build-aux/snap/snapcraft.yaml .
sed -i '/version: git/d' snapcraft.yaml
if: matrix.arch == 'aarch64'
- uses: diddlesnaps/snapcraft-multiarch-action@v1
if: matrix.arch == 'aarch64'
Expand Down

0 comments on commit 3d952be

Please sign in to comment.