Using Gitea-compatible upload-artifact action
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
source venv/bin/activate
|
||||
pytest -svv tests --blender-addons-dirs .
|
||||
- name: Archive addon
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.ADDON_NAME }}-${{ github.ref_name }}-${{ github.sha }}
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user