summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-10-15 09:43:53 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-10-15 09:43:53 +0200
commit9158eafcb8b3152c409a8f54810a25d48147a102 (patch)
treed7076d65f13c8b5f23226e11029715222edb01ce
parent652dc9a01fe2196b85ecd39715d6f9b05814bd73 (diff)
Update docs workflowv0.18.3.4-RC4-docs3docs
-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 }}