Skip to content

Commit

Permalink
with build-artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <github@hannahbollar.com>
  • Loading branch information
hanbollar committed Feb 14, 2024
1 parent a7e322a commit 36c31cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,15 @@ jobs:
with:
fetch-depth: 0 # Fetch all history for all tags and branches

- name: remove potentially old dist
run: |
rm -rf ./dist
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
name: build-artifacts
path: ./dist

- name: check git status
run: |
Expand Down

0 comments on commit 36c31cb

Please sign in to comment.