Skip to content

Commit fcf7571

Browse files
authored
Merge pull request #10212 from oech3/patch-7
CICD.yml: Upload binaries from latest commit too
2 parents 1d6bd99 + 476f045 commit fcf7571

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,18 @@ jobs:
902902
${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }}
903903
env:
904904
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
905+
- name: Publish latest commit
906+
uses: softprops/action-gh-release@v2
907+
if: steps.vars.outputs.DEPLOY && matrix.job.skip-publish != true
908+
with:
909+
tag_name: latest-commit
910+
force_update: true
911+
draft: false
912+
prerelease: true
913+
files: |
914+
${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }}
915+
env:
916+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
905917

906918
test_busybox:
907919
name: Tests/BusyBox test suite

0 commit comments

Comments
 (0)