We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de247c commit e09c2aeCopy full SHA for e09c2ae
.github/workflows/release.yml
@@ -26,10 +26,8 @@ jobs:
26
echo "JOYSTICKTESTER_VERSION=$JOYSTICKTESTER_VERSION" >> "$GITHUB_ENV"
27
28
- 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
+ working-directory: ./joysticktester/
+ run: 7z a -tzip ../release/joysticktester.love ./
33
34
- name: Create Linux packages
35
uses: love-actions/love-actions-linux@v1.2.2
.gitignore
@@ -11,6 +11,7 @@
11
12
# Temporary Files
13
/test.lua
14
+/release/
15
16
# LuaRocks
17
/luarocks/
0 commit comments