diff --git a/.github/workflows/build-on-push.yml b/.github/workflows/build-on-push.yml index c82eda5..bbdac77 100644 --- a/.github/workflows/build-on-push.yml +++ b/.github/workflows/build-on-push.yml @@ -30,7 +30,7 @@ jobs: uses: actions/upload-artifact@v4.3.3 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: @@ -57,4 +57,4 @@ jobs: uses: actions/upload-artifact@v4.3.3 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 }}/