Test
This commit is contained in:
parent
7ed4933897
commit
bc2182cce9
@ -12,6 +12,10 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Installing Dependencies
|
||||
run: |
|
||||
sudo pacman -S --noconfirm zip alsa-lib libxcb xcb-util-cursor
|
||||
|
||||
- name: Building/Compiling Project
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
@ -19,7 +23,7 @@ jobs:
|
||||
cmake --build . --config Debug
|
||||
|
||||
- name: Zipping Binaries
|
||||
run: zip ehs-linux-amd64.zip libEHS.a StrToHash
|
||||
run: zip ehs-linux-x86_64.zip libEHS.a StrToHash
|
||||
|
||||
- uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
@ -30,7 +34,7 @@ jobs:
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
ehs-linux-amd64.zip
|
||||
ehs-linux-x86_64.zip
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
|
||||
Linux-AARCH64-Build:
|
||||
|
Loading…
Reference in New Issue
Block a user