mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 13:07:58 +00:00
CI: always run bundle job
This commit is contained in:
parent
fcdefedffd
commit
0365e8e0ec
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -74,8 +74,9 @@ jobs:
|
||||
|
||||
bundle:
|
||||
name: Bundle artifacts
|
||||
needs: build
|
||||
runs-on: ubuntu-22.04
|
||||
needs: build
|
||||
if: ${{ always() }}
|
||||
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user