Skip to content

Commit

Permalink
Hide download steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Jan 8, 2025
1 parent f7d19cb commit e344fb7
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,53 +121,53 @@ jobs:

push-binaries:
runs-on: ubuntu-latest
needs: [ set-version, build ]
needs: [ set-version ]
env:
version: ${{ needs.set-version.outputs.version }}
prefix: ${{ needs.set-version.outputs.prefix }}
steps:
- name: Download the mac build output
uses: actions/download-artifact@v4
with:
name: macos-build
- name: Download the linux deb build output
uses: actions/download-artifact@v4
with:
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
with:
name: windows64-installer-signed

- name: Download the apk build output
uses: actions/download-artifact@v4
with:
name: android-apk-build

- name: Download the aab build output
uses: actions/download-artifact@v4
with:
name: android-aab-build

- name: Download the IPA
uses: actions/download-artifact@v4
with:
name: Lantern.ipa

- name: Download the Debug Symbols
uses: actions/download-artifact@v4
with:
name: debug-symbols.zip

- name: Download the mapping file
uses: actions/download-artifact@v4
with:
name: mapping.txt
# - name: Download the mac build output
# uses: actions/download-artifact@v4
# with:
# name: macos-build
# - name: Download the linux deb build output
# uses: actions/download-artifact@v4
# with:
# 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
# with:
# name: windows64-installer-signed
#
# - name: Download the apk build output
# uses: actions/download-artifact@v4
# with:
# name: android-apk-build
#
# - name: Download the aab build output
# uses: actions/download-artifact@v4
# with:
# name: android-aab-build
#
# - name: Download the IPA
# uses: actions/download-artifact@v4
# with:
# name: Lantern.ipa
#
# - name: Download the Debug Symbols
# uses: actions/download-artifact@v4
# with:
# name: debug-symbols.zip
#
# - name: Download the mapping file
# uses: actions/download-artifact@v4
# with:
# name: mapping.txt

- name: Debugging
run: |
Expand Down

0 comments on commit e344fb7

Please sign in to comment.