diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2a58b78..2db87db 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,11 +32,12 @@ jobs: tar \ --dereference --hard-dereference \ --create \ - --file "$RUNNER_TEMP/artifact.tar" \ + --file "artifact.tar" \ --exclude=.git \ --exclude=.github \ -C ./docs/ . # Include all files in the 'docs' directory echo ::endgroup:: + - name: Upload artifact id: upload-artifact uses: actions/upload-artifact@v4