Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
binja committed Oct 19, 2024
1 parent 35546f0 commit b8fd385
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
run: |
ls -l && \
pwd && \
md5sum *json
md5sum *json && \
env
- name: restore cache
uses: actions/cache@v4
Expand All @@ -39,3 +40,9 @@ jobs:
with:
path: ~/.npm
key: ${{ runner.os }}-npm-{{ hashFiles('**/*lock.json' }}

- name: release artificats
uses: actions/upload-artifact@v4
with:
name: build-output
path: dist/

0 comments on commit b8fd385

Please sign in to comment.