Skip to content

Commit a353c74

Browse files
committed
release 2.13.8
1 parent 85a7d1c commit a353c74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,16 @@ jobs:
132132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
133133
run: |
134134
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+
136137
- name: Adding Linux asset to the release (RedHat flavour)
137138
env:
138139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
139140
run: |
140141
sudo apt install alien -y;
141142
sudo alien -r FireflyLuciferinLinux.deb
142143
mv *.rpm FireflyLuciferinLinux.rpm;
143-
hub release edit -a FireflyLuciferinLinux.rpm -m "" "${{ env.RELEASE_VERSION }}"
144+
gh release upload "${{ env.RELEASE_VERSION }}" FireflyLuciferinLinux.rpm
144145
145146
create_release:
146147
needs: [windows_build_parallel, linux_build_parallel]

0 commit comments

Comments
 (0)