mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-07 12:06:56 +03:00
Fix bin path
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -31,4 +31,7 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2.0.8
|
uses: softprops/action-gh-release@v2.0.8
|
||||||
with:
|
with:
|
||||||
files: ./bin/*.ipk
|
files: |
|
||||||
|
./bin/packages/x86_64/utilites/*.ipk
|
||||||
|
./bin/packages/x86_64/luci/*.ipk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user