Skip to content

Commit c679047

Browse files
committed
fix: upload symbols on manual publish
1 parent 87e3d4a commit c679047

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ jobs:
7373
path: bindings/kotlin/ldk-node-android/native-debug-symbols.zip
7474

7575
- name: Upload native debug symbols to release
76-
if: github.event_name == 'release'
7776
env:
7877
GH_TOKEN: ${{ github.token }}
79-
run: gh release upload "${{ github.event.release.tag_name }}" bindings/kotlin/ldk-node-android/native-debug-symbols.zip --clobber
78+
run: gh release upload "${{ steps.version.outputs.tag }}" bindings/kotlin/ldk-node-android/native-debug-symbols.zip --clobber
8079

8180
- name: Publish to GitHub Packages
8281
working-directory: bindings/kotlin/ldk-node-android

0 commit comments

Comments
 (0)