Skip to content

Commit

Permalink
make upload name os and arch dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
fkwp committed Mar 19, 2024
1 parent d3a290b commit 4db7586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4db7586

Please sign in to comment.