From c376ca15c58e438b7f395dd0c7af4813121da4b6 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sat, 19 Feb 2022 10:10:49 +0100 Subject: [PATCH] actions: fix typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b38af4..99b4fa2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: run: dotnet publish ${{ matrix.COMMAND }} -c "${{ matrix.configuration }}" # Steps for uploading artifacts. We don't need them currently, so they're commented out. - name: Set Attributes - run: $ {{ matrix.ATTR }} + run: ${{ matrix.ATTR }} - name: Zip to Archive run: 7z a -tzip ${{ matrix.os }}.zip ./${{ matrix.ARTIFACT }} - name: Upload Artifacts