From e09c2ae2e7157cc25b784140bbb758c94605c6e0 Mon Sep 17 00:00:00 2001 From: Jonas Geiler Date: Thu, 19 Sep 2024 21:52:57 +0200 Subject: [PATCH] ci: replace love-actions/love-actions-core with a simple command --- .github/workflows/release.yml | 6 ++---- .gitignore | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 723e031..83e7bcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,10 +26,8 @@ jobs: echo "JOYSTICKTESTER_VERSION=$JOYSTICKTESTER_VERSION" >> "$GITHUB_ENV" - name: Create love file - uses: love-actions/love-actions-core@v1.1.0 - with: - build-list: ./joysticktester/ - package-path: ./release/joysticktester.love + working-directory: ./joysticktester/ + run: 7z a -tzip ../release/joysticktester.love ./ - name: Create Linux packages uses: love-actions/love-actions-linux@v1.2.2 diff --git a/.gitignore b/.gitignore index 51e3c45..cfe171e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ # Temporary Files /test.lua +/release/ # LuaRocks /luarocks/