Skip to content

Commit

Permalink
download linux deb and rpm build outputs in push binaries step
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Aug 26, 2024
1 parent c8af451 commit 58582fb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,14 @@ jobs:
uses: actions/download-artifact@v4
with:
name: osx-build
- name: Download the linux build output
- name: Download the linux deb build output
uses: actions/download-artifact@v4
with:
name: linux-build
name: linux-rpm-build
- name: Download the linux rpm build output
uses: actions/download-artifact@v4
with:
name: linux-deb-build

- name: Download the windows64 build output
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -225,6 +229,7 @@ jobs:
diff lantern-installer.apk ${{ env.prefix }}.apk || mv -f lantern-installer.apk ${{ env.prefix }}.apk
diff lantern-installer.aab ${{ env.prefix }}.aab || mv -f lantern-installer.aab ${{ env.prefix }}.aab
mv "lantern_${{env.version}}_x64.deb" ${{ env.prefix }}-64-bit.deb
mv "lantern_${{env.version}}_x64.rpm" ${{ env.prefix }}.rpm
mv -f lantern-installer.dmg ${{ env.prefix }}.dmg
diff lantern-installer-x64.exe ${{ env.prefix }}-64-bit.exe || mv -f lantern-installer-x64.exe ${{ env.prefix }}-64-bit.exe
mv -f Lantern.ipa ${{ env.prefix }}.ipa
Expand Down

0 comments on commit 58582fb

Please sign in to comment.