Skip to content

Commit b0429b1

Browse files
refactor: simplify release archive creation by using build command
1 parent d526c56 commit b0429b1

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/release-zip.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,7 @@ jobs:
4343
- name: Create release archive
4444
run: |
4545
mkdir -p dist-artifacts
46-
pnpm bestzip dist-artifacts/logly-${{ github.event.release.tag_name }}.zip \
47-
*.hbs \
48-
partials \
49-
assets/dist \
50-
assets/images \
51-
package.json \
52-
README.md \
53-
LICENSE
46+
pnpm run build
5447
5548
- name: Upload release asset
5649
uses: softprops/action-gh-release@v2.5.0

0 commit comments

Comments
 (0)