Skip to content

Commit

Permalink
ci: bundle after the release action maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
stackmystack committed May 14, 2024
1 parent 31ce99a commit 0be533e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ jobs:
- uses: actions/checkout@v2
- name: Prepare git # To get tags from `git describe`
run: git fetch --prune --unshallow
- name: Bundle all parsers
run: |
./package/deb
./package/zip
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand All @@ -116,3 +112,7 @@ jobs:
files: ref
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Bundle all parsers
run: |
./package/deb
./package/zip

0 comments on commit 0be533e

Please sign in to comment.