mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
feat: module periority
This commit is contained in:
parent
03904775f5
commit
c1e575c32a
9 changed files with 27 additions and 18 deletions
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
|
@ -88,8 +88,8 @@ jobs:
|
|||
run: >
|
||||
7z a pay-respects-${{ steps.version.outputs.VERSION }}-${{ matrix.target }}.zip
|
||||
./target/${{ matrix.target }}/release/pay-respects.exe
|
||||
./target/${{ matrix.target }}/release/_pay-respects-module-runtime-rules.exe
|
||||
./target/${{ matrix.target }}/release/_pay-respects-fallback-request-ai.exe
|
||||
./target/${{ matrix.target }}/release/_pay-respects-module-100-runtime-rules.exe
|
||||
./target/${{ matrix.target }}/release/_pay-respects-fallback-100-request-ai.exe
|
||||
|
||||
- name: zipping files (unix)
|
||||
if: runner.os != 'Windows'
|
||||
|
|
@ -97,8 +97,8 @@ jobs:
|
|||
tar -czf pay-respects-${{ steps.version.outputs.VERSION }}-${{ matrix.target }}.tar.gz
|
||||
-C target/${{ matrix.target }}/release
|
||||
pay-respects
|
||||
_pay-respects-module-runtime-rules
|
||||
_pay-respects-fallback-request-ai
|
||||
_pay-respects-module-100-runtime-rules
|
||||
_pay-respects-fallback-100-request-ai
|
||||
|
||||
- name: uploading to release
|
||||
uses: ncipollo/release-action@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue