1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 23:08:02 +00:00

Prepared improved CI action

This commit is contained in:
2023-06-22 10:55:59 +02:00
parent 005f23c322
commit fcdefedffd
4 changed files with 25 additions and 3 deletions

View File

@ -84,9 +84,7 @@ jobs:
path: artifacts
- name: Place all tarballs in the same directory
run: |
mkdir bundle
mv artifacts/*/* bundle
run: ls
- name: Upload the bundle as an artifact
uses: actions/upload-artifact@v3