Fix CI: remove upload-artifact (not supported on Forgejo)
All checks were successful
Build plugin / build (push) Successful in 1m7s

This commit is contained in:
Jose Falanga 2026-08-16 16:04:43 -03:00
parent 8ff1878268
commit 6e7f8c886d

View file

@ -33,12 +33,6 @@ jobs:
GODOT: godot GODOT: godot
run: make dist run: make dist
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: itch-${{ github.ref_name || github.sha }}
path: dist/itch.zip
- name: Create release - name: Create release
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
env: env: