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 e86ae36
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@ jobs:
uses: borales/actions-yarn@v4
with:
cmd: build
- name: Create release folder
run: mkdir -p release
- name: Make zip
uses: thedoctor0/zip-release@0.7.6
with:
type: zip
directory: dist
exclusions: release
filename: release/time-card-extension.zip
- name: Release
uses: softprops/action-gh-release@v1
with:
files: dist/*
files: release/time-card-extension.*

0 comments on commit e86ae36

Please sign in to comment.