Skip to content

Commit

Permalink
dist for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Jan 26, 2024
1 parent 48eeb12 commit 1c753ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 42 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/cd.yml

This file was deleted.

11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,13 @@ jobs:
run: pnpm install

- name: Build
run: npm run build
run: npm run build

- name: Archive Production Build
run: zip -r dist.zip dist/

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist.zip

0 comments on commit 1c753ea

Please sign in to comment.