Skip to content

Commit

Permalink
ci: overwrite upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Feb 11, 2024
1 parent 7c83469 commit 7a02054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ jobs:
path: |
rime-${{ env.git_ref_name }}-${{ runner.os }}.tar.bz2
rime-deps-${{ env.git_ref_name }}-${{ runner.os }}.tar.bz2
overwrite: true
2 changes: 2 additions & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
path: |
rime-${{ env.git_ref_name }}-${{ runner.os }}-${{ matrix.compiler }}.7z
rime-deps-${{ env.git_ref_name }}-${{ runner.os }}-${{ matrix.compiler }}.7z
overwrite: true

build-mingw:
runs-on: windows-latest
Expand Down Expand Up @@ -189,3 +190,4 @@ jobs:
with:
path: |
rime-${{ env.git_ref_name }}-${{ runner.os }}-mingw.tar.bz2
overwrite: true

0 comments on commit 7a02054

Please sign in to comment.