mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 21:17:59 +00:00
CI: create comprehensive artifact containing all builds
This commit is contained in:
parent
1308d74967
commit
7ae3fdab53
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@ -86,3 +86,25 @@ jobs:
|
||||
with:
|
||||
name: rolens-${{ matrix.platform }}
|
||||
path: releases/*
|
||||
|
||||
bundle:
|
||||
name: Bundle artifacts
|
||||
needs: build
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
- name: Place all tarballs in the same directory
|
||||
run: |
|
||||
mkdir bundle
|
||||
mv artifacts/* bundle
|
||||
|
||||
- name: Upload the bundle as an artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: rolens-bundle
|
||||
path: bundle
|
||||
|
Loading…
Reference in New Issue
Block a user