Skip to content

Commit

Permalink
Minor fixes on the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsmyrnk committed May 12, 2024
1 parent 2898c2b commit 8807082
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: release
defaults:
run:
working-directory: ./dist
steps:
- run: |
mkdir -p dist
- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v3
working-directory: ./dist
with:
name: app
workflow: ci.yml
Expand All @@ -58,4 +57,3 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: ./dist

0 comments on commit 8807082

Please sign in to comment.