1
0
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:
Romein van Buren 2023-06-03 17:59:17 +02:00
parent 1308d74967
commit 7ae3fdab53
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -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