1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Fix release CI workflow

This commit is contained in:
Quentin Gliech
2023-09-14 17:59:52 +02:00
parent ac3dcccc09
commit e997eb2018

View File

@@ -114,6 +114,7 @@ jobs:
- name: Upload the artifacts
uses: actions/upload-artifact@v3.1.3
with:
name: binaries
path: |
target/*/release/mas-cli
frontend/dist/
@@ -239,6 +240,7 @@ jobs:
- name: Download the artifacts from the previous job
uses: actions/download-artifact@v3
with:
name: binaries
path: artifacts
- name: Prepare the archive directory