Fix CI: remove upload-artifact (not supported on Forgejo)
All checks were successful
Build plugin / build (push) Successful in 1m7s
All checks were successful
Build plugin / build (push) Successful in 1m7s
This commit is contained in:
parent
8ff1878268
commit
6e7f8c886d
1 changed files with 0 additions and 6 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue