From 4d39f671f4d56443ddd6ff6320174e37c4d8ef9f Mon Sep 17 00:00:00 2001 From: Max Gripe <108034506+MaxGripe@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:44:09 +0200 Subject: [PATCH] test --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 73ddb27..9fc7894 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -27,7 +27,7 @@ jobs: - name: Create GitHub Release and Upload Artifact uses: softprops/action-gh-release@v2 with: - tag_name: "latest" + tag_name: "latest-${{ github.sha }}" name: "Auto-release" files: "output/win-x64/jpgWhiteBorderAdder.exe" env: