Update build.yml

This commit is contained in:
Razmoth
2023-07-10 21:05:46 +04:00
committed by GitHub
parent 3ea9f71f00
commit 8b22695319

View File

@@ -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