Skip to content

Commit

Permalink
First attempt at adding Rules.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Feb 27, 2024
1 parent 3333eb5 commit ebc0190
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
filename: '../../../libmathcat64.zip'
directory: target/x86_64-pc-windows-msvc/release
path: libmathcat_c*
- name: create rules.zip
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: '../../../Rules.zip'
directory: target/x86_64-pc-windows-msvc/release
path: c-example/Rules
- name: Automatic release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit ebc0190

Please sign in to comment.