Lets try this

This commit is contained in:
Michael Telatynski 2022-04-27 08:38:12 +01:00
parent fe8c583e09
commit 89b3e4aaab
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ jobs:
- name: Upload webpack-stats.json
uses: actions/upload-artifact@v2
with:
path: webpack-state.json
path: webpack-stats.json
retention-days: 28
- name: Upload Artifact

View file

@ -11,12 +11,13 @@ jobs:
# if: github.ref == 'develop'
steps:
- name: Create Deployment ID
uses: altinukshini/deployment-action@releases/v1
uses: altinukshini/deployment-action@releases/v1.2.6
id: deployment
with:
token: "${{ github.token }}"
target_url: https://develop.element.io
environment: production
ref: ${{ github.ref }}"
environment: "develop"
- name: Find Artifact ID
uses: actions/github-script@v3.1.0
@ -55,6 +56,5 @@ jobs:
uses: altinukshini/deployment-status@releases/v1
with:
token: "${{ github.token }}"
target_url: https://develop.element.io
state: "failure"
deployment_id: ${{ steps.deployment.outputs.deployment_id }}