Using Gitea-compatible upload-artifact action

This commit is contained in:
Colin Basnett
2026-03-31 02:50:55 -07:00
parent 3bb9e7d178
commit 925fc01a01

View File

@@ -73,7 +73,7 @@ jobs:
source venv/bin/activate source venv/bin/activate
pytest -svv tests --blender-addons-dirs . pytest -svv tests --blender-addons-dirs .
- name: Archive addon - name: Archive addon
uses: actions/upload-artifact@v4 uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with: with:
name: ${{ env.ADDON_NAME }}-${{ github.ref_name }}-${{ github.sha }} name: ${{ env.ADDON_NAME }}-${{ github.ref_name }}-${{ github.sha }}
path: | path: |