File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -132,15 +132,16 @@ jobs:
132
132
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
133
133
run : |
134
134
mv firefly* FireflyLuciferinLinux.deb;
135
- hub release edit -a FireflyLuciferinLinux.deb -m "" "${{ env.RELEASE_VERSION }}"
135
+ gh release upload "${{ env.RELEASE_VERSION }}" FireflyLuciferinLinux.deb
136
+
136
137
- name : Adding Linux asset to the release (RedHat flavour)
137
138
env :
138
139
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
139
140
run : |
140
141
sudo apt install alien -y;
141
142
sudo alien -r FireflyLuciferinLinux.deb
142
143
mv *.rpm FireflyLuciferinLinux.rpm;
143
- hub release edit -a FireflyLuciferinLinux.rpm -m "" " ${{ env.RELEASE_VERSION }}"
144
+ gh release upload " ${{ env.RELEASE_VERSION }}" FireflyLuciferinLinux.rpm
144
145
145
146
create_release :
146
147
needs : [windows_build_parallel, linux_build_parallel]
You can’t perform that action at this time.
0 commit comments