Skip to content

Commit

Permalink
Fixed binary name in sea workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chamorin committed Jul 31, 2023
1 parent c6d8f13 commit e01538c
Show file tree
Hide file tree
Showing 3 changed files with 595 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [ published ]

env:
LINUX_BINARY_NAME: ${{ github.repository }}-linux
LINUX_BINARY_NAME: ${{ github.event.repository.name }}-linux

permissions:
contents: write
Expand Down
Loading

0 comments on commit e01538c

Please sign in to comment.