diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc89420..99e1d4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3.1.3 with: - path: target/release/rlviser[.exe]? + path: target/**/release/rlviser[.exe]? publish: needs: [release] name: Publish