Skip to content

Commit

Permalink
add --force for the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Nov 16, 2022
1 parent 1ef5800 commit 6762883
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ blocks:
- bundle config set --local path vendor/bundle
- bundle install
- bundle exec rake test

- name: Build x86-mingw32 gem
dependencies:
- Run Linux Tests
Expand All @@ -71,7 +72,7 @@ blocks:
- checkout
- bundle install
- bundle exec rake native:x86-mingw32 gem
- artifact push project pkg/*x86-mingw32*.gem
- artifact push project --force pkg/*x86-mingw32*.gem

- name: Build x64-mingw32 gem
dependencies:
Expand All @@ -90,7 +91,7 @@ blocks:
- checkout
- bundle install
- bundle exec rake native:x64-mingw32 gem
- artifact push project pkg/*x64-mingw32*.gem
- artifact push project --force pkg/*x64-mingw32*.gem

global_job_config:
epilogue:
Expand Down

0 comments on commit 6762883

Please sign in to comment.