Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b3be51436 | |||
| 582496b048 | |||
| 982eeecabc | |||
| 04a8c95ad6 |
@@ -26,12 +26,6 @@ jobs:
|
|||||||
--output elden-counter.exe \
|
--output elden-counter.exe \
|
||||||
server.ts
|
server.ts
|
||||||
|
|
||||||
- name: Create release
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: elden-counter.exe
|
|
||||||
path: elden-counter.exe
|
|
||||||
|
|
||||||
- name: Publish release
|
- name: Publish release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ Written for Schmendrizzle's Twitch Stream.
|
|||||||
| URL | Description |
|
| URL | Description |
|
||||||
|---|---|
|
|---|---|
|
||||||
| `http://localhost:8080` | Desktop page with YOU DIED overlay and keyboard controls |
|
| `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 |
|
| `http://localhost:8080/obs` | Transparent browser source for OBS |
|
||||||
|
|
||||||
## Run (dev)
|
## Run (dev)
|
||||||
|
|||||||
Reference in New Issue
Block a user