We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e3d4a commit c679047Copy full SHA for c679047
1 file changed
.github/workflows/publish-android.yml
@@ -73,10 +73,9 @@ jobs:
73
path: bindings/kotlin/ldk-node-android/native-debug-symbols.zip
74
75
- name: Upload native debug symbols to release
76
- if: github.event_name == 'release'
77
env:
78
GH_TOKEN: ${{ github.token }}
79
- run: gh release upload "${{ github.event.release.tag_name }}" bindings/kotlin/ldk-node-android/native-debug-symbols.zip --clobber
+ run: gh release upload "${{ steps.version.outputs.tag }}" bindings/kotlin/ldk-node-android/native-debug-symbols.zip --clobber
80
81
- name: Publish to GitHub Packages
82
working-directory: bindings/kotlin/ldk-node-android
0 commit comments