Skip to content

Commit

Permalink
Release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarrison committed Dec 31, 2023
1 parent 4dcd541 commit 6039515
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,21 @@ jobs:
uses: borales/actions-yarn@v4
with:
cmd: build
- name: Make zip
uses: thedoctor0/[email protected]
with:
type: zip
directory: dist
filename: time-card-extension.zip
- name: Make tar
uses: thedoctor0/[email protected]
with:
type: tar
directory: dist
filename: time-card-extension.tar.gz
- name: Release
uses: softprops/action-gh-release@v1
with:
files: dist/*
files: |
time-card-extension.zip
time-card-extension.tar.gz

0 comments on commit 6039515

Please sign in to comment.