Skip to content

Commit

Permalink
archive
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Apr 30, 2024
1 parent 17731f3 commit f5503ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
node-version: '20.x'

- run: git archive --format=zip --output=source.zip HEAD
- run: ls -lh

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit f5503ff

Please sign in to comment.