4 Commits
v0.2 ... v1.0

Author SHA1 Message Date
9b3be51436 version bump to v1
All checks were successful
Release / build (push) Successful in 7s
2026-03-18 03:01:55 +01:00
582496b048 Revert "ci: replace action-gh-release with direct Gitea API calls"
This reverts commit 982eeecabc.
2026-03-18 03:00:05 +01:00
982eeecabc ci: replace action-gh-release with direct Gitea API calls
All checks were successful
Release / build (push) Successful in 5s
2026-03-18 02:58:34 +01:00
04a8c95ad6 ci: remove upload-artifact step, not supported on Gitea
All checks were successful
Release / build (push) Successful in 13s
2026-03-18 02:57:15 +01:00
2 changed files with 1 additions and 7 deletions

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:

View File

@@ -8,7 +8,7 @@ Written for Schmendrizzle's Twitch Stream.
| URL | Description |
|---|---|
| `http://localhost:8080` | Desktop page with YOU DIED overlay and keyboard controls |
| `http://<ip>:8080/mobile` | Touch-optimized control page for phone |
| `http://<local-ip>:8080/mobile` | Touch-optimized control page for phone |
| `http://localhost:8080/obs` | Transparent browser source for OBS |
## Run (dev)