Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update openwrt-ci.yml
Browse files Browse the repository at this point in the history
BCYDTZ authored Feb 2, 2025
1 parent 961d332 commit 65ce3c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/openwrt-ci.yml
Original file line number Diff line number Diff line change
@@ -147,19 +147,19 @@ jobs:
cp -rf $(find ./bin/targets/ -type f -name "*.buildinfo" -o -name "*.manifest") ./artifact/buildinfo/
- name: Deliver buildinfo
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OpenWrt_buildinfo
path: ./artifact/buildinfo/

- name: Deliver package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OpenWrt_package
path: ./artifact/package/

- name: Deliver firmware
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OpenWrt_firmware
path: ./bin/targets/

0 comments on commit 65ce3c1

Please sign in to comment.