Skip to content

Commit

Permalink
try add releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mikysal78 committed Dec 12, 2023
1 parent e68d0de commit 06608ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/openwrt-nnxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
name: X86_64-squashfs
path: openwrt/bin/targets/x86/64/openwrt-x86-64-generic-ext4-combined-efi.img.gz

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
file: openwrt/bin/targets/x86/64/openwrt-x86-64-generic-ext4-combined-efi.img.gz
asset_name: "Firmware Ninux $tag"
tag: ${{ github.ref }}
overwrite: true
body: "Firmware compilati per Ninux NNXX"

glinet_gl-mt300n-v2:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 06608ec

Please sign in to comment.