diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf2eeca..24f1deb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -201,7 +201,7 @@ jobs: uses: actions/download-artifact@v4 with: name: results - path: docs/pr-${{ github.ref_name }} + path: docs/pr-${{ github.event.number }} - name: Resolve Artifact run: | diff --git a/test b/test deleted file mode 100644 index 9944a9f..0000000 --- a/test +++ /dev/null @@ -1 +0,0 @@ -This is a test file \ No newline at end of file