From 6673720df9e3a12dea5949028c7bf5c76a02c381 Mon Sep 17 00:00:00 2001 From: Agnieszka Besz Date: Thu, 14 Mar 2024 22:31:46 +0000 Subject: [PATCH] Removed commented code --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c92554d..4ffe201 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} @@ -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 @@ -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)