mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-24 05:17:46 +00:00
Fix CI build
This commit is contained in:
parent
2e7f7c5c20
commit
15329670af
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: xivlauncher Arch Linux CI
|
name: Arch Linux CI
|
||||||
|
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
|
@ -15,11 +15,11 @@ jobs:
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=OFF ..
|
cmake -DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=OFF ..
|
||||||
make
|
make
|
||||||
install -Dm 755 xivlauncher -t /tmp/xivlauncher
|
install -Dm 755 astra -t /tmp/astra
|
||||||
|
|
||||||
- name: Archive the artifacts
|
- name: Archive the artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: xivlauncher-build
|
name: Arch Linux Executable
|
||||||
path: /tmp/xivlauncher
|
path: /tmp/astra
|
||||||
|
|
Loading…
Add table
Reference in a new issue