Compare commits

...

3 Commits

Author SHA1 Message Date
itdoginfo
6a86b3df40 Fix version 2024-10-12 15:32:54 +03:00
itdoginfo
147f5b561c Fix path 2 2024-10-12 15:16:50 +03:00
itdoginfo
76607c9a4f Fix path 2024-10-12 14:51:44 +03:00
3 changed files with 6 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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>