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 63fff3e
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:
command: "mkdir -p release"
type: zip
directory: dist
filename: release/time-card-extension.zip
- name: Make tar
uses: thedoctor0/[email protected]
with:
command: "mkdir -p release"
type: tar
directory: dist
filename: release/time-card-extension.tar.gz
- name: Release
uses: softprops/action-gh-release@v1
with:
files: dist/*
files: dist/release/*

0 comments on commit 63fff3e

Please sign in to comment.