Fix wrong use of slashes in a cmd script
Use backslashes instead.
This commit is contained in:
parent
d5a9d99781
commit
0f07589008
1 changed files with 2 additions and 2 deletions
4
.github/workflows/make_release.yml
vendored
4
.github/workflows/make_release.yml
vendored
|
|
@ -105,8 +105,8 @@ jobs:
|
|||
working-directory: distrib/release/${{ inputs.version }}
|
||||
shell: cmd
|
||||
run: |
|
||||
sha1sum * > ../../../checksums
|
||||
type ../../../checksums
|
||||
sha1sum * > ..\..\..\checksums
|
||||
type ..\..\..\checksums
|
||||
|
||||
- name: Add Files to the Release
|
||||
uses: softprops/action-gh-release@cd28b0f5ee8571b76cfdaa62a30d51d752317477
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue