Skip to content

Commit

Permalink
change syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <contato@evaldofelipe.com>
  • Loading branch information
evaldofelipe committed Oct 2, 2023
1 parent 9eb64a9 commit 8cfeae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Archive build artifacts
uses: actions/cache@v3
with:
path: dist/
path: |
dist/
key: build-cache-${{ github.sha }}
test:
name: Test
Expand Down

0 comments on commit 8cfeae7

Please sign in to comment.