mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-06-28 05:25:11 +00:00
CI: always run bundle job
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user