summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4cc09d21..31c8d7f8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -30,6 +30,8 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
+ - uses: actboy168/setup-luamake@master
+ - run: luamake -platform ${{ matrix.platform }}
- name: Setting up workflow variables
id: vars
@@ -63,11 +65,7 @@ jobs:
echo ::set-output name=PKG_NAME::${PKG_NAME}
echo ::set-output name=PKG_PATH::"${PKG_STAGING}/${PKG_NAME}"
echo ::set-output name=PKG_STAGING::${PKG_STAGING}
-
- - uses: actboy168/setup-luamake@master
-
- - run: luamake -platform ${{ matrix.platform }}
-
+
- uses: actions/upload-artifact@v2
with:
name: ${{ steps.vars.outputs.PKG_BASENAME }}