Skip to content

Commit

Permalink
fix \t in file path
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Aug 12, 2023
1 parent c7d7ecd commit 3c7c03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: check_release
uses: andstor/file-existence-action@v1
with:
files: "bin\teddycloud.exe"
files: "bin/teddycloud.exe"
allow_failure: true
- name: File exist
if: steps.check_files.outputs.files_exists == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: check_release
uses: andstor/file-existence-action@v1
with:
files: "bin\teddycloud.exe"
files: "bin/teddycloud.exe"
allow_failure: false
- name: File exist
if: steps.check_files.outputs.files_exists == 'true'
Expand Down

0 comments on commit 3c7c03f

Please sign in to comment.