From 4711f24ff3ea4c9f5d3637d6586ecd73a3e163af Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Mon, 4 Mar 2024 22:06:38 +0000 Subject: [PATCH] Fix one more thing Signed-off-by: Andrew W. Harn --- .github/workflows/main.yml | 2 +- test | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 test 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