Test
This commit is contained in:
parent
a047c20256
commit
bb47bf76f6
@ -22,7 +22,7 @@ jobs:
|
|||||||
cmake --build . --config Debug
|
cmake --build . --config Debug
|
||||||
|
|
||||||
- name: Zipping Binaries
|
- name: Zipping Binaries
|
||||||
run: zip ehs-linux-aarch64 libEHS.a StrToHash
|
run: zip ehs-linux-amd64.zip libEHS.a StrToHash
|
||||||
|
|
||||||
- uses: https://github.com/actions/setup-go@v4
|
- uses: https://github.com/actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
libEHS.a
|
ehs-linux-amd64.zip
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
|
|
||||||
Linux-AARCH64-Build:
|
Linux-AARCH64-Build:
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
cmake --build . --config Debug
|
cmake --build . --config Debug
|
||||||
|
|
||||||
- name: Zipping Binaries
|
- name: Zipping Binaries
|
||||||
run: zip ehs-linux-aarch64 libEHS.a StrToHash
|
run: zip ehs-linux-aarch64.zip libEHS.a StrToHash
|
||||||
|
|
||||||
- uses: https://github.com/actions/setup-go@v4
|
- uses: https://github.com/actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
@ -63,5 +63,5 @@ jobs:
|
|||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
libEHS.a
|
ehs-linux-aarch64.zip
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
Loading…
Reference in New Issue
Block a user