Skip to content

Commit

Permalink
Rename artifacts to avoid overwrite
Browse files Browse the repository at this point in the history
This adds a suffix _release or _asan to the zip file name
in place of _Object.

Signed-off-by: Selva Nair <[email protected]>
  • Loading branch information
selvanair committed Apr 21, 2024
1 parent 60f4c83 commit 83034c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83034c4

Please sign in to comment.