From ebc0190b7c575fce740b8960a0a72a240921e9bb Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Tue, 27 Feb 2024 19:04:57 +0000 Subject: [PATCH] First attempt at adding Rules.zip --- .github/workflows/automaticRelease.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/automaticRelease.yaml b/.github/workflows/automaticRelease.yaml index 9ff7375..019e3f1 100644 --- a/.github/workflows/automaticRelease.yaml +++ b/.github/workflows/automaticRelease.yaml @@ -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/zip-release@0.7.5 + 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: