From b30ab96f82ace8a6c1eab764a61ec7735e8a1c37 Mon Sep 17 00:00:00 2001 From: jvyden Date: Mon, 15 Apr 2024 22:15:36 -0400 Subject: [PATCH] i dont get it anymore --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e10eb0f..6323d23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,6 +62,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts + id: download uses: actions/download-artifact@v3.0.2 with: github-token: ${{secrets.GITHUB_TOKEN}} @@ -73,4 +74,4 @@ jobs: prerelease: false draft: true files: | - Refresher/*.zip \ No newline at end of file + ${{steps.download.outputs.download-path}}/*.zip \ No newline at end of file