Skip to content

Commit

Permalink
clobber
Browse files Browse the repository at this point in the history
  • Loading branch information
4ster1sk committed Nov 9, 2024
1 parent 3c5dc73 commit 416660e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apk_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create v$BUMP_VERSION --generate-notes --draft ./build/app/outputs/flutter-apk/miria-$BUMP_VERSION.apk
gh release create v$BUMP_VERSION --clobber --generate-notes --draft ./build/app/outputs/flutter-apk/miria-$BUMP_VERSION.apk
4 changes: 2 additions & 2 deletions .github/workflows/linux_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload v$VERSION ${{ steps.snapcraft.outputs.snap }}
gh release upload v$VERSION --clobber ${{ steps.snapcraft.outputs.snap }}
# https://gihyo.jp/admin/serial/01/ubuntu-recipe/0660#sec3 : Snapパッケージアップロードまでの流れ
# https://github.com/snapcore/action-publish : Snap ActionのREADME.md
# Snap Storeでパッケージ名"miria"を予約($ snapcraft register miria)後、"SNAPCRAFT_STORE_CREDENTIALS"を登録し、
Expand Down Expand Up @@ -137,4 +137,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload v$VERSION ./miria_${{ env.VERSION }}_amd64.deb
gh release upload v$VERSION --clobber ./miria_${{ env.VERSION }}_amd64.deb
2 changes: 1 addition & 1 deletion .github/workflows/windows_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload v${env:version} miria_${env:version}_windows-x64.zip miria-installer_${env:version}_x64.exe
gh release upload v${env:version} --clobber miria_${env:version}_windows-x64.zip miria-installer_${env:version}_x64.exe

0 comments on commit 416660e

Please sign in to comment.