Skip to content

Commit 7d10e5b

Browse files
oech3sylvestre
authored andcommitted
try to fix publishing tag/latest-commit
1 parent 94d87a0 commit 7d10e5b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ jobs:
690690
if: steps.vars.outputs.DEPLOY && matrix.job.skip-publish != true && matrix.job.check-only != true
691691
with:
692692
draft: true
693+
overwrite_files: true
693694
files: |
694695
${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }}
695696
docs.tar.zst
@@ -704,6 +705,7 @@ jobs:
704705
commit: ${{ github.sha }}
705706
draft: false
706707
prerelease: true
708+
overwrite_files: true
707709
files: |
708710
${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_NAME }}
709711
docs.tar.zst

.github/workflows/make.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
tag_name: latest-commit
155155
draft: false
156156
prerelease: true
157+
overwrite_files: true
157158
files: |
158159
individual-x86_64-unknown-linux-gnu.tar.zst
159160
env:
@@ -347,6 +348,7 @@ jobs:
347348
tag_name: latest-commit
348349
draft: false
349350
prerelease: true
351+
overwrite_files: true
350352
files: |
351353
x86_64-pc-cygwin.tar.zst
352354
env:

0 commit comments

Comments
 (0)