Skip to content

Commit

Permalink
Need to download not upload...
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Apr 29, 2023
1 parent 323690f commit 14a7e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v3
- uses: actions/upload-artifact@v3
- uses: actions/download-artifact@v3
with:
name: build-outputs
path: dist/
Expand All @@ -58,7 +58,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/upload-artifact@v3
- uses: actions/download-artifact@v3
with:
name: build-outputs
path: dist/
Expand Down

0 comments on commit 14a7e35

Please sign in to comment.