Skip to content

Commit

Permalink
fix(deploy): fix invalid build push
Browse files Browse the repository at this point in the history
  • Loading branch information
KeidsID committed Mar 25, 2024
1 parent 22889c9 commit 9cd7a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: build-web
path: ./build
path: ./

- name: 📚 Push build to "web-preview" branch
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: build-web
path: ./build
path: ./

- name: ⚙️ Setup tag name
id: setup_tag
Expand Down

0 comments on commit 9cd7a2d

Please sign in to comment.