From ddb560abbfb6d86f353ebe25aabf7aac25d28829 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Sun, 2 Jan 2022 11:39:59 +0100 Subject: [PATCH] Fix the 'unique identifier' problem in the GH Action now --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bd3b623e..1435dda87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Compress files (Windows) if: contains(matrix.os, 'windows-latest') uses: a7ul/tar-action@v1.0.2 - id: compress + id: compress-windows with: command: c cwd: ./build/Release