diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 89e1474..a9c86f8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: - name: Set package version if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') run: | - sed -i "s/PKG_VERSION:=.*/PKG_VERSION=${GITHUB_REF_NAME}/g" openwrt/ffda-oob-state-reporter/Makefile + sed -i "s/PKG_VERSION:=.*/PKG_VERSION=${GITHUB_REF_NAME}-${{ matrix.release }}/g" openwrt/ffda-oob-state-reporter/Makefile - name: Build uses: openwrt/gh-action-sdk@v7 env: