Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Aug 14, 2024
1 parent e455d30 commit 19a1cc7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
fail-fast: false
matrix:
include: ${{fromJson(needs.setup.outputs.targets_subtargets)}}
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ needs.setup.outputs.openwrt_tag }}
files: /data/openwrt/artifact/openwrt-${{ matrix.target }}-*
steps:
- uses: softprops/action-gh-release@v2
with:
tag_name: ${{ needs.setup.outputs.openwrt_tag }}
files: /data/openwrt/artifact/openwrt-${{ matrix.target }}-*

0 comments on commit 19a1cc7

Please sign in to comment.