aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml27
1 files changed, 12 insertions, 15 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d312bd3c8..d07051816 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -162,18 +162,15 @@ jobs:
asset_name: SHA2-256SUMS
asset_content_type: text/plain
- update_version_badge:
-
- runs-on: ubuntu-latest
-
- needs: build_unix
-
- steps:
- - name: Create Version Badge
- uses: schneegans/dynamic-badges-action@v1.0.0
- with:
- auth: ${{ secrets.GIST_TOKEN }}
- gistID: c69cb23c3c5b3316248e52022790aa57
- filename: version.json
- label: Version
- message: ${{ needs.build_unix.outputs.ytdlc_version }}
+# update_version_badge:
+# runs-on: ubuntu-latest
+# needs: build_unix
+# steps:
+# - name: Create Version Badge
+# uses: schneegans/dynamic-badges-action@v1.0.0
+# with:
+# auth: ${{ secrets.GIST_TOKEN }}
+# gistID: c69cb23c3c5b3316248e52022790aa57
+# filename: version.json
+# label: Version
+# message: ${{ needs.build_unix.outputs.ytdlc_version }}