Skip to content

Commit

Permalink
chore: Update artifact URL in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed May 12, 2024
1 parent fbbcf17 commit a674ced
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Build & Bundle
environment:
name: ${{inputs.environment}}
url: ${{ steps.artifact-upload-step.outputs.artifact-id }}
url: ${{ steps.artifact-upload-step.outputs.artifact-url }}
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down Expand Up @@ -108,14 +108,15 @@ jobs:
needs: [main]
environment:
name: ${{inputs.environment}}
url: ${{needs.release.outputs.release-url}}
url: ${{steps.chrome-extension-upload.outputs.upload_url}}
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
name: nx-main-artifacts
- name: Upload & release
uses: mnao305/chrome-extension-upload@v5.0.0
id: chrome-extension-upload
with:
file-path: acf-extension.zip
extension-id: ${{ vars.NX_CHROME_EXTENSION_ID }}
Expand Down

0 comments on commit a674ced

Please sign in to comment.