From 83034c410f12fbafab867d88572172580827ee95 Mon Sep 17 00:00:00 2001 From: Selva Nair Date: Sun, 21 Apr 2024 13:27:41 -0400 Subject: [PATCH] Rename artifacts to avoid overwrite This adds a suffix _release or _asan to the zip file name in place of _Object. Signed-off-by: Selva Nair --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 31351e8..9eaf90f 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: openvpn-gui_${{ matrix.arch }}_${{ matrix.conf }}${{ matrix.ovpn3.upload_name }} + name: openvpn-gui_${{ matrix.arch }}_${{ matrix.conf.value }}${{ matrix.ovpn3.upload_name }} path: | out/build/${{ matrix.arch }}${{ matrix.ovpn3.preset }}/${{ matrix.conf.value }}/*.dll out/build/${{ matrix.arch }}${{ matrix.ovpn3.preset }}/${{ matrix.conf.value }}/*.exe