Update .gitea/workflows/main.yml

This commit is contained in:
2026-03-23 22:18:56 +00:00
parent 28afe50fdf
commit cd1fca9a97

View File

@@ -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