Skip to content

Commit

Permalink
πŸ’š remove zip
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static committed Oct 23, 2023
1 parent dc1a591 commit a812dc5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:

- run: npm install
- run: npm run build
- run: |
cd build/addon
zip -r ../../chartero-dev ./*
cd ~

- name: Release
uses: softprops/action-gh-release@v1
Expand All @@ -34,4 +30,4 @@ jobs:
generate_release_notes: true
append_body: |
# For testing purposes only, do NOT use in production! ![cnt](https://img.shields.io/github/downloads/volatile-static/Chartero/dev/total)
files: chartero-dev.zip
files: build/chartero.xpi

0 comments on commit a812dc5

Please sign in to comment.