We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8058d30 commit 3b5444eCopy full SHA for 3b5444e
.github/workflows/release-ipk.yaml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
22
- name: Move src to openwrt-support
23
- run: mv openwrt-support ../ && mkdir ../openwrt-support/rtp2httpd/src && mv ./* ../openwrt-support/rtp2httpd/src && mv ../openwrt-support ./
+ run: mv openwrt-support ../ && mkdir ../openwrt-support/rtp2httpd/src && mv ./* ../openwrt-support/rtp2httpd/src && mv ../openwrt-support ./ && mv ./openwrt-support/rtp2httpd/src/.git* ./
24
25
- name: Build
26
uses: openwrt/gh-action-sdk@v7
0 commit comments