Skip to content

Commit

Permalink
Update new_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafif authored Apr 23, 2024
1 parent ba199a5 commit 078f854
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
gem install fpm
- name: Run Build Multi
run: python build_multi.py
run: zig build --build-file build_multi.zig

- name: Run Package Man
run: python3 pkgman.py

- name: Create release
id: create_release
Expand All @@ -54,4 +57,4 @@ jobs:
generate_release_notes: true
draft: true
prerelease: false
files: "zig-out/bin/*"
files: "pkg/*"

0 comments on commit 078f854

Please sign in to comment.