From 9831610619318c4c5a0bbc76b039c50a99b15e5b Mon Sep 17 00:00:00 2001 From: Razmoth <32140579+Razmoth@users.noreply.github.com> Date: Mon, 10 Jul 2023 21:05:06 +0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac0aabb..126fe6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,23 +46,23 @@ jobs: - name: Upload .Net6 Artifact uses: actions/upload-artifact@v2 with: - name: net6.0-windows + name: net6.0-${{ github.sha }} path: AssetStudioGUI/bin/Release/net6.0-windows/publish - name: Upload .Net7 Artifact uses: actions/upload-artifact@v2 with: - name: net7.0-windows + name: net7.0-${{ github.sha }} path: AssetStudioGUI/bin/Release/net7.0-windows/publish - name: Upload .Net6 CLI Artifact uses: actions/upload-artifact@v2 with: - name: net6.0-windows + name: net6.0-${{ github.sha }} path: AssetStudioGUI/bin/Release/net6.0-windows/publish - name: Upload .Net7 CLI Artifact uses: actions/upload-artifact@v2 with: - name: net7.0-windows + name: net7.0-${{ github.sha }} path: AssetStudioGUI/bin/Release/net7.0-windows/publish