Skip to content

Commit

Permalink
ci: replace love-actions/love-actions-core with a simple command
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Sep 19, 2024
1 parent 1de247c commit e09c2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

# Temporary Files
/test.lua
/release/

# LuaRocks
/luarocks/
Expand Down

0 comments on commit e09c2ae

Please sign in to comment.