Skip to content

Commit

Permalink
Lua version specific release not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonc committed Feb 4, 2018
1 parent 9fe440a commit dec0cab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ run-xmlexport: tools/xmlexport/export.lua
# Junk the directories in the zip file
# to align with previously released archives.
# TODO: avoid name clashes in PKG
$(PKGNAME)-$(VERSION)_lua$(LUA_VERSION).zip: $(PKG)
$(ZIP) -9 -j $(PKGNAME)-$(VERSION)_lua$(LUA_VERSION).zip $(PKG)
$(PKGNAME)-$(VERSION).zip: $(PKG)
$(ZIP) -9 -j $(PKGNAME)-$(VERSION).zip $(PKG)

pkg: $(PKGNAME)-$(VERSION)_lua$(LUA_VERSION).zip
pkg: $(PKGNAME)-$(VERSION).zip
upload: pkg
tools/github_upload.py \
$(GHU_USER) \
Expand All @@ -111,7 +111,7 @@ upload: pkg
$(REL_TAG) \
$(REL_NAME) \
$(REL_BODY) \
-a $(PKGNAME)-$(VERSION)_lua$(LUA_VERSION).zip:$(PKGNAME)-$(VERSION)_lua$(LUA_VERSION).zip
-a $(PKGNAME)-$(VERSION).zip:$(PKGNAME)-$(VERSION).zip

clean:
$(RM) src/packet-bnetp.lua
Expand Down

0 comments on commit dec0cab

Please # to comment.