81
81
id : create_release
82
82
uses : actions/create-release@v1
83
83
with :
84
- tag_name : ${{ steps.publish_nuget.outputs.VERSION }}
85
- release_name : ${{ steps.publish_nuget.outputs.VERSION }}
84
+ tag_name : ${{ steps.publish_nuget.outputs.Version }}
85
+ release_name : ${{ steps.publish_nuget.outputs.Version }}
86
86
body_path : RELEASE-NOTES.txt
87
87
env :
88
88
GITHUB_TOKEN : ${{ secrets.ACCESS_TOKEN }}
@@ -91,21 +91,21 @@ jobs:
91
91
with :
92
92
repo_token : ${{ secrets.ACCESS_TOKEN }}
93
93
file : artifacts/Solana.Unity.Extensions.dll
94
- tag : ${{ steps.publish_nuget.outputs.VERSION }}
94
+ tag : ${{ steps.publish_nuget.outputs.Version }}
95
95
upload_url : ${{ steps.create_release.outputs.upload_url }}
96
96
- name : Upload Solana.Unity.Wallet release assets
97
97
uses : svenstaro/upload-release-action@v2
98
98
with :
99
99
repo_token : ${{ secrets.ACCESS_TOKEN }}
100
100
file : artifacts/Solana.Unity.Wallet.dll
101
- tag : ${{ steps.publish_nuget.outputs.VERSION }}
101
+ tag : ${{ steps.publish_nuget.outputs.Version }}
102
102
upload_url : ${{ steps.create_release.outputs.upload_url }}
103
103
- name : Upload Solana.Unity.Rpc release assets
104
104
uses : svenstaro/upload-release-action@v2
105
105
with :
106
106
repo_token : ${{ secrets.ACCESS_TOKEN }}
107
107
file : artifacts/Solana.Unity.Rpc.dll
108
- tag : ${{ steps.publish_nuget.outputs.VERSION }}
108
+ tag : ${{ steps.publish_nuget.outputs.Version }}
109
109
upload_url : ${{ steps.create_release.outputs.upload_url }}
110
110
- name : Upload Solana.Unity.KeyStore release assets
111
111
uses : svenstaro/upload-release-action@v2
0 commit comments