Update Actions
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 5s

This commit is contained in:
2023-12-29 11:29:31 -05:00
parent cd6f2e3ba2
commit e86876ba69

View File

@@ -30,8 +30,14 @@ jobs:
# - name: Create Tarball of Build
# run: tar -czvf build-${{ steps.get_version.outputs.VERSION }}.tar.gz dist/pwa
- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: build-artifact-${{ steps.get_version.outputs.VERSION }}.${{ gitea.run_number }}
# path: build-${{ steps.get_version.outputs.VERSION }}.tar.gz
path: dist/pwa/
- name: Trigger Ansible Deploy Playbook
uses: distributhor/workflow-webhook
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
data: '{ "artifact_url": "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_id}}/build-artifact-${{ steps.get_version.outputs.VERSION }}.${{ gitea.run_number }}" }'