Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeyron authored Jun 26, 2021
1 parent 37cae5d commit f5d02ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
- name: Add suffix
shell: cmd
run: |
ren xmltreenav_bin.zip xmltreenav_bin-${{matrix.configuration}}.zip
ren xmltreenav_setup.exe xmltreenav_setup-${{matrix.configuration}}.exe
ren xmltreenav_bin.zip xmltreenav_bin-${{matrix.suffix}}.zip
ren xmltreenav_setup.exe xmltreenav_setup-${{matrix.suffix}}.exe
working-directory: ${{env.WIN_BUILD_TOOLS}}/../../distrib

- uses: actions/upload-artifact@v2
with:
name: xmltreenav-distrib-${{matrix.configuration}}
name: xmltreenav-distrib-${{matrix.suffix}}
path: xmlTreeNav/distrib

0 comments on commit f5d02ad

Please sign in to comment.