We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd0661 commit 8a0b318Copy full SHA for 8a0b318
.github/workflows/build.yml
@@ -31,4 +31,4 @@ jobs:
31
uses: actions/upload-artifact@v3
32
with:
33
name: ${{ matrix.file_name }}
34
- path: "./backend/target/debug/${{ matrix.file }}"
+ path: "./target/debug/${{ matrix.file }}"
0 commit comments