Skip to content

Commit

Permalink
Return upload release task
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm committed Dec 23, 2024
1 parent 8a32dd9 commit 30b6430
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/BPI-r4_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,15 @@ jobs:
run: |
echo "RELEASE_DATE=$(date +%F)" >> $GITHUB_ENV
echo -n "BUILD_VER_STR=$( cat bin/targets/mediatek/filogic/profiles.json | jq -r '.profiles.[].image_prefix' | sed -E 's/openwrt-(v24-snapshot-.*?-r[0-9]{2,3})-mediatek-filogic-bananapi_bpi-r4/\1/' )" >> $GITHUB_ENV
ls -l
- name: Create release
uses: softprops/[email protected]
with:
files: bin/targets/mediatek/filogic/*
prerelease: true
tag_name: ${{ env.RELEASE_PREFIX }}-${{ env.BUILD_VER_STR }}
name: (AUTO) NStorm-BPI-R4-${{ env.BUILD_VER_STR }}
body: |
(!) Automated and untested / experimental build.
Image version: NStorm-BPI-R4-${{ env.BUILD_VER_STR }}
Uploaded on: ${{ env.RELEASE_DATE }}
Build Commit: ${{ needs.check_commits.outputs.latest_commit_sha }}

0 comments on commit 30b6430

Please sign in to comment.