1
Fork 0
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:
Joshua Goins 2022-02-23 19:08:36 -05:00
parent 2e7f7c5c20
commit 15329670af

View file

@ -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