Compare commits

...

2 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
3 changed files with 4 additions and 4 deletions

View File

@@ -24,8 +24,8 @@ jobs:
- name: Copy file from Docker container
run: |
docker cp podkop:/builder/bin/packages/x86_64/utilites ./bin/
docker cp podkop:/builder/bin/packages/x86_64/luci ./bin/
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

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>