You've already forked authentication-service
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:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user