mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-07 12:06:56 +03:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a86b3df40 | ||
|
|
147f5b561c | ||
|
|
76607c9a4f |
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -23,7 +23,9 @@ jobs:
|
||||
run: docker create --name podkop podkop:ci
|
||||
|
||||
- name: Copy file from Docker container
|
||||
run: docker cp podkop:/builder/bin/packages/x86_64/utilites ./bin/
|
||||
run: |
|
||||
docker cp podkop:/builder/bin/packages/x86_64/utilites/. ./bin/
|
||||
docker cp podkop:/builder/bin/packages/x86_64/luci/. ./bin/
|
||||
|
||||
- name: Remove Docker container
|
||||
run: docker rm podkop
|
||||
@@ -31,7 +33,4 @@ jobs:
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2.0.8
|
||||
with:
|
||||
files: |
|
||||
./bin/packages/x86_64/utilites/*.ipk
|
||||
./bin/packages/x86_64/luci/*.ipk
|
||||
|
||||
files: ./bin/*.ipk
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-podkop
|
||||
PKG_VERSION:=0.1.0
|
||||
PKG_VERSION:=0.1.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
LUCI_TITLE:=LuCI podkop app
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=podkop
|
||||
PKG_VERSION:=0.1.0
|
||||
PKG_VERSION:=0.1.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=ITDog <podkop@itdog.info>
|
||||
|
||||
Reference in New Issue
Block a user