Update .gitea/workflows/main.yml
This commit is contained in:
@@ -34,11 +34,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 📥 Baixar artefatos
|
- name: 📥 Baixar artefatos
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3 # Alterado para v3 para compatibilidade com o Gitea
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.artifact-name }}
|
name: ${{ inputs.artifact-name }}
|
||||||
path: ./builds
|
path: ./builds
|
||||||
run-id: ${{ inputs.build-run-id }}
|
|
||||||
|
|
||||||
- name: 🚀 Deploy para ${{ matrix.node_name }} (${{ matrix.host }})
|
- name: 🚀 Deploy para ${{ matrix.node_name }} (${{ matrix.host }})
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user