Skip to content

Commit e09c2ae

Browse files
committed
ci: replace love-actions/love-actions-core with a simple command
1 parent 1de247c commit e09c2ae

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ jobs:
2626
echo "JOYSTICKTESTER_VERSION=$JOYSTICKTESTER_VERSION" >> "$GITHUB_ENV"
2727
2828
- name: Create love file
29-
uses: love-actions/love-actions-core@v1.1.0
30-
with:
31-
build-list: ./joysticktester/
32-
package-path: ./release/joysticktester.love
29+
working-directory: ./joysticktester/
30+
run: 7z a -tzip ../release/joysticktester.love ./
3331

3432
- name: Create Linux packages
3533
uses: love-actions/love-actions-linux@v1.2.2

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
# Temporary Files
1313
/test.lua
14+
/release/
1415

1516
# LuaRocks
1617
/luarocks/

0 commit comments

Comments
 (0)