mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2026-09-22 22:28:03 +03:00
fix: Remove obsolete pumptools-public release package
Since the pumptools.zip package contains already everything that's supposed to be released on the previous version already, a separate "public" release isn't required anymore. Also address this issue in the github workflows to publish the full package including everything.
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
run: |
|
||||
mkdir artifact
|
||||
cd artifact
|
||||
unzip ../build/docker/pumptools-public.zip
|
||||
unzip ../build/docker/pumptools.zip
|
||||
cd ..
|
||||
|
||||
- name: "Upload artifact"
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
run: |
|
||||
mkdir artifact
|
||||
cd artifact
|
||||
unzip ../build/docker/pumptools-public.zip
|
||||
unzip ../build/docker/pumptools.zip
|
||||
cd ..
|
||||
|
||||
- name: "Upload artifact"
|
||||
|
||||
@@ -56,7 +56,7 @@ clang-format:
|
||||
$(V)find src/test -iname *.h -o -iname *.c | xargs clang-format -i -style=file
|
||||
|
||||
.PHONY: package # Package the build output into distribution zip files
|
||||
package: $(BUILDDIR)/pumptools.zip $(BUILDDIR)/pumptools-public.zip
|
||||
package: $(BUILDDIR)/pumptools.zip
|
||||
|
||||
include Package.mk
|
||||
|
||||
|
||||
-22
@@ -236,25 +236,3 @@ $(builddir)/pumptools.zip: \
|
||||
$(builddir)/libc-version
|
||||
$(V)echo ... $@
|
||||
$(V)zip -j $@ $^
|
||||
|
||||
$(builddir)/pumptools-public.zip: \
|
||||
$(zipdir)/api.zip \
|
||||
$(zipdir)/doc.zip \
|
||||
$(zipdir)/exchook.zip \
|
||||
$(zipdir)/mk3hook.zip \
|
||||
$(zipdir)/nxhook.zip \
|
||||
$(zipdir)/nx2hook.zip \
|
||||
$(zipdir)/nxahook.zip \
|
||||
$(zipdir)/piubtn.zip \
|
||||
$(zipdir)/piuio.zip \
|
||||
$(zipdir)/pro2hook.zip \
|
||||
$(zipdir)/prohook.zip \
|
||||
$(zipdir)/x2hook.zip \
|
||||
$(zipdir)/zerohook.zip \
|
||||
CHANGELOG.md \
|
||||
LICENSE \
|
||||
README.md \
|
||||
$(builddir)/git-version \
|
||||
$(builddir)/libc-version
|
||||
$(V)echo ... $@
|
||||
$(V)zip -j $@ $^
|
||||
|
||||
Reference in New Issue
Block a user