mirror of
https://github.com/element-hq/lk-jwt-service.git
synced 2026-03-29 13:00:00 +00:00
make upload name os and arch dependent
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: "Upload binary as artifact"
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build
|
||||
name: binary_${{ matrix.os }}_${{ matrix.arch }}
|
||||
path: build/lk-jwt-service_${{ matrix.os }}_${{ matrix.arch }}
|
||||
|
||||
create-release:
|
||||
|
||||
Reference in New Issue
Block a user