Skip to content

Commit

Permalink
updated again
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed May 21, 2024
1 parent 6caa247 commit b3ea532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/[email protected]
with:
name: noodles-windows-${{ matrix.build-mode }}
path: D:\a\DreamBerd-3-noodles-interpreter\DreamBerd-3-noodles-interpreter
path: D:/a/DreamBerd-3-noodles-interpreter/DreamBerd-3-noodles-interpreter/target/${{ matrix.build-mode }}/
build-linux:
runs-on: ubuntu-latest
strategy:
Expand All @@ -57,4 +57,4 @@ jobs:
uses: actions/[email protected]
with:
name: noodles-unix-${{ matrix.build-mode }}
path: /home/runner/work/DreamBerd-3-noodles-interpreter/DreamBerd-3-noodles-interpreter
path: /home/runner/work/DreamBerd-3-noodles-interpreter/DreamBerd-3-noodles-interpreter/target/${{ matrix.build-mode }}/

0 comments on commit b3ea532

Please sign in to comment.