From 15329670af04e2ea2023e9717088556b3c522713 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 23 Feb 2022 19:08:36 -0500 Subject: [PATCH] Fix CI build --- .github/workflows/{xivlauncher-arch.yml => arch.yml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{xivlauncher-arch.yml => arch.yml} (76%) diff --git a/.github/workflows/xivlauncher-arch.yml b/.github/workflows/arch.yml similarity index 76% rename from .github/workflows/xivlauncher-arch.yml rename to .github/workflows/arch.yml index f617955..be0b28d 100644 --- a/.github/workflows/xivlauncher-arch.yml +++ b/.github/workflows/arch.yml @@ -1,4 +1,4 @@ -name: xivlauncher Arch Linux CI +name: Arch Linux CI on: [push, pull_request, workflow_dispatch] @@ -15,11 +15,11 @@ jobs: mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=OFF .. make - install -Dm 755 xivlauncher -t /tmp/xivlauncher + install -Dm 755 astra -t /tmp/astra - name: Archive the artifacts uses: actions/upload-artifact@v2 with: - name: xivlauncher-build - path: /tmp/xivlauncher + name: Arch Linux Executable + path: /tmp/astra