MystiPanda пре 1 година
родитељ
комит
673fdf4721
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      .github/workflows/alpha.yml

+ 9 - 0
.github/workflows/alpha.yml

@@ -158,3 +158,12 @@ jobs:
           ## Clash Verge Rev Alpha
           Created at  ${{ env.BUILDTIME }}.
           EOF
+      - name: Upload Release
+        uses: softprops/action-gh-release@v1
+        with:
+          tag_name: alpha
+          name: "Clash Verge Rev Alpha"
+          body_path: release.txt
+          prerelease: true
+          token: ${{ secrets.GITHUB_TOKEN }}
+          generate_release_notes: true