We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5444e commit f12e7b3Copy full SHA for f12e7b3
.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 ./ && mv ./openwrt-support/rtp2httpd/src/.git* ./
+ run: mv openwrt-support ../ && mkdir ../openwrt-support/rtp2httpd/src && mv ./* ../openwrt-support/rtp2httpd/src && mv ../openwrt-support ./
24
25
- name: Build
26
uses: openwrt/gh-action-sdk@v7
0 commit comments