Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
aixaCode committed Mar 14, 2024
1 parent 1d2bf9f commit 6673720
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Sign Windows Build (exe)
uses: sslcom/esigner-codesign@develop
#if: ${{github.ref == 'refs/heads/main'}}
if: ${{github.ref == 'refs/heads/main'}}
with:
command: sign
username: ${{ secrets.ES_USERNAME }}
Expand All @@ -168,7 +168,7 @@ jobs:
environment_name: PROD

- name: Replace signed exe
#if: ${{github.ref == 'refs/heads/main'}}
if: ${{github.ref == 'refs/heads/main'}}
run: |
Copy-Item -Path "${env:GITHUB_WORKSPACE}\dist\signed\Install Decentraland.exe" -Destination "${env:GITHUB_WORKSPACE}\dist\Install Decentraland.exe" -Force
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
with:
message: |
This branch can be downloaded with the following links:
- [Windows](https://renderer-artifacts.decentraland.org/launcher-branch/${{github.head_ref}}/${{ "Install-Decentraland.exe".replace(' ', '%20') }})
- [Windows](https://renderer-artifacts.decentraland.org/launcher-branch/${{github.ref_name}}/Install-Decentraland.exe)
- [Windows AppX](https://renderer-artifacts.decentraland.org/launcher-branch/${{github.ref_name}}/Decentraland.appx)
- [Linux](https://renderer-artifacts.decentraland.org/launcher-branch/${{github.ref_name}}/Decentraland.AppImage)
- [Mac](https://renderer-artifacts.decentraland.org/launcher-branch/${{github.ref_name}}/Decentraland.dmg)
Expand Down

0 comments on commit 6673720

Please sign in to comment.