Skip to content

Commit

Permalink
Fix print-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tocuto committed Oct 30, 2021
1 parent af5bcbd commit b00931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print-release.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Just a simple script for github workflows to figure out
-- release information (like version)

local path = "./release/release.lua"
local path = "./release/release"
for i = 1, #arg, 2 do
if arg[i] == "--rel" then
path = arg[i + 1]
Expand Down

0 comments on commit b00931c

Please sign in to comment.