Skip to content

Commit

Permalink
Update boot-mod-sdcard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edikurexe authored Jan 2, 2025
1 parent 6c5f597 commit 1bf0007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/boot-mod-sdcard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: openwrt/${{ github.event.inputs.name_file }}-b860h.${{ github.event.inputs.type_file }}
file: /workdir/openwrt/${{ github.event.inputs.name_file }}.${{ github.event.inputs.type_file }}
tag: b860h-${{ github.ref }}
release_name: "B860H Firmware Release"

Expand All @@ -151,6 +151,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: openwrt/${{ github.event.inputs.name_file }}-hg680p.${{ github.event.inputs.type_file }}
file: /workdir/openwrt/${{ github.event.inputs.name_file }}.${{ github.event.inputs.type_file }}
tag: hg680p-${{ github.ref }}
release_name: "HG680P Firmware Release"

0 comments on commit 1bf0007

Please sign in to comment.