Skip to content

Commit

Permalink
broken Actions release
Browse files Browse the repository at this point in the history
  • Loading branch information
VinsWorldcom committed Nov 26, 2022
1 parent 4acc1b7 commit 2be826f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && matrix.build_configuration == 'Release'
with:
body: ${{ github.event.commits[0].message }}
files: ${{ matrix.build_configuration }}\${{ matrix.build_platform }}\GitSCM-v${{ github.ref_name }}-${{ matrix.build_platform }}.zip
files: ${{ matrix.build_configuration }}/${{ matrix.build_platform }}/GitSCM-v${{ github.ref_name }}-${{ matrix.build_platform }}.zip

- name: SHA256
if: startsWith(github.ref, 'refs/tags/') && matrix.build_configuration == 'Release'
Expand Down

0 comments on commit 2be826f

Please sign in to comment.