Skip to content

Commit c7c6d8a

Browse files
committed
fix: release workflow
1 parent b7ff69d commit c7c6d8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Upload release assets
2424
env:
2525
GH_TOKEN: ${{ github.token }}
26+
GH_REPO: ${{ github.repository }}
2627
TAG: ${{ github.event.release.tag_name }}
2728
run: |
2829
for arch in armv5 armv6 armv7 arm64 amd64 i386; do

0 commit comments

Comments
 (0)