From 489ebcb6ac86a033d2ab43526acf428d00f98300 Mon Sep 17 00:00:00 2001 From: dthomasngrokker Date: Sat, 25 Jan 2025 21:28:32 -0500 Subject: [PATCH] adds missing hyphen --- .github/workflows/snap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snap.yaml b/.github/workflows/snap.yaml index 79f8392..bdf491e 100644 --- a/.github/workflows/snap.yaml +++ b/.github/workflows/snap.yaml @@ -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