Skip to content

Commit

Permalink
Dev (#24)
Browse files Browse the repository at this point in the history
* Fix Use M3U logo

* Clean up characters in uploaded filenames
Use uploaded filename in saves

* Bad Logo Checking
Added checkbox to show bad logos

* FIX: Show Bad logos on popup close

* xTeVe manual publish

* Various action updates
  • Loading branch information
SenexCrenshaw authored Sep 1, 2022
1 parent a6035a1 commit 878aaf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to Docker Registry Manual
name: Manual Publish to Docker Registry
on:
workflow_dispatch:

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/xTeVe_publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: xTeVe manual publish
name: xTeVe release manual
on:
workflow_dispatch:

Expand Down Expand Up @@ -45,4 +45,3 @@ jobs:
binary_name: xteve
build_flags: -v
ldflags: -X "main.appVersion=${{ steps.xteve_version.outputs.prop }}" -X "main.buildTime=${{ env.BUILD_TIME }}" -X main.gitCommit=${{ github.sha }} -X main.gitRef=${{ github.ref }}

2 changes: 1 addition & 1 deletion .github/workflows/xTeVe_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: xTeVe release manual
name: xTeVe Release
on:
workflow_dispatch:
release:
Expand Down

0 comments on commit 878aaf9

Please sign in to comment.