Skip to content

Commit

Permalink
upload artifact is now case sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
philgei committed Feb 18, 2025
1 parent 3c7eb31 commit 6bdc5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: docs
name: ${{ vars.WRITERSIDE_WORKFLOW_ARTIFACT }}

- name: Unzip artifact
run: unzip -O UTF-8 -qq ${{ vars.WRITERSIDE_WORKFLOW_ARTIFACT }} -d dir
run: unzip -O UTF-8 -qq docs -d dir

- name: Setup Pages
uses: actions/configure-pages@v2
Expand Down

0 comments on commit 6bdc5d6

Please sign in to comment.