Skip to content

Commit

Permalink
ci: fix web download artifact path (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro authored Dec 17, 2023
1 parent 2ca0533 commit 6a03cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
WEB_OUTPUT: build
run: |
mkdir -p ${{ env.WEB_OUTPUT }}
tar -zxf ${{ steps.download-artifacts.outputs.download-path }}/artifact/build/appainter_web.tar.gz -C ${{ env.WEB_OUTPUT }}
tar -zxf ${{ steps.download-artifacts.outputs.download-path }}/artifact-web/build/appainter_web.tar.gz -C ${{ env.WEB_OUTPUT }}
- name: Setup Node 💻
uses: actions/setup-node@v4
Expand Down

0 comments on commit 6a03cd9

Please sign in to comment.