From efa37b2a8f1350dc4efe1017894b14e1a8e34ecf Mon Sep 17 00:00:00 2001 From: "Winston (Winny) Weinert" Date: Sat, 17 Jun 2023 00:20:01 -0500 Subject: [PATCH] fix: I think this fixes it (#69) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5582f7..7829f51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: version-string: "1.0.0" icon-path: ./src/assets/super_rogue.png # icon-path: ./.github/build/linux/dev/icon.png - love-package: ${{ steps.dot_love.outputs.DOT_LOVE }} + love-package: ./super_rogue.love # lib-path: ./lib # share-path: ./share build-deb: true