ci: remove upload-artifact step, not supported on Gitea
All checks were successful
Release / build (push) Successful in 13s

This commit is contained in:
2026-03-18 02:57:15 +01:00
parent 8fec5d9898
commit 04a8c95ad6

View File

@@ -26,12 +26,6 @@ jobs:
--output elden-counter.exe \
server.ts
- name: Create release
uses: actions/upload-artifact@v4
with:
name: elden-counter.exe
path: elden-counter.exe
- name: Publish release
uses: softprops/action-gh-release@v2
with: