1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 21:17:59 +00:00

CI: flatten bundle

This commit is contained in:
Romein van Buren 2023-06-03 18:32:30 +02:00
parent 7ae3fdab53
commit f2401a07c2
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

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