diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index cf0b82e..7d12237 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -27,4 +27,4 @@ jobs: uses: softprops/action-gh-release@v2 with: files: | - $RUNNER_TEMP/dist/${{ github.ref_name }}.zip \ No newline at end of file + ${{ runner.temp }}/dist/${{ github.ref_name }}.zip \ No newline at end of file