Skip to content

Commit

Permalink
fix paths on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hansbonini committed Jul 7, 2024
1 parent 6cd13c0 commit 82f4366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Prepare Build
run: |
mkdir build
echo "" > "${{github.workspace}}\build\Altered Beast (UE) (REV02) [!].bin"
echo "" > "${{github.workspace}}\build\Altered Beast (UE) (REV02) [!].txt"
echo "" > "${{github.workspace}}\build\Altered\ Beast\ \(UE\)\ \(\REV02\)\ \[\!\].bin"
echo "" > "${{github.workspace}}\build\Altered\ Beast\ \(UE\)\ \(\REV02\)\ \[\!\].txt"
- name: Create Screenshots directory
id: createscreenshotsdir
run: |
Expand Down

0 comments on commit 82f4366

Please sign in to comment.