summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/docs.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index a022380..f4d9a53 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -44,5 +44,5 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
- files: release/gh/*
- token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} \ No newline at end of file
+ files: artifacts/${{ env.ARTIFACT }}
+ token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}