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 824b901
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,19 @@ jobs:
uses: borales/actions-yarn@v4
with:
cmd: build
- name: Make zip
uses: thedoctor0/[email protected]
with:
type: zip
path: dist/*
filename: time-card-extension.zip
- name: Make tar
uses: thedoctor0/[email protected]
with:
type: tar
path: dist/*
filename: time-card-extension.tar.gz
- name: Release
uses: softprops/action-gh-release@v1
with:
files: dist/*
files: time-card-extension.*

0 comments on commit 824b901

Please sign in to comment.