Skip to content

Commit

Permalink
adds missing hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomasngrokker committed Jan 26, 2025
1 parent 6dd5b35 commit 489ebcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build the snap # Build the snap for the specified architecture in the matrix strategy above and save the snap file path to an output
id: build-snap
run: |
snapcraft --destructive-mode -enable-experimental-target-arch --target-arch=${{ matrix.architecture }}
snapcraft --destructive-mode --enable-experimental-target-arch --target-arch=${{ matrix.architecture }}
SNAP_FILE=$(ls *.snap)
echo "snap=$SNAP_FILE" >> $GITHUB_ENV
echo "snap=$SNAP_FILE" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 489ebcb

Please sign in to comment.