mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Release Update Logic
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -28,4 +28,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
gh release upload ${{ github.ref_name }} GHelper.exe GHelper.zip PluginAdvancedSettings.zip
|
gh release upload ${{ github.ref_name }} GHelper.exe GHelper.zip
|
||||||
|
|||||||
@@ -154,8 +154,9 @@ namespace Ryzen
|
|||||||
|
|
||||||
public static void DownloadRing()
|
public static void DownloadRing()
|
||||||
{
|
{
|
||||||
var appVersion = new Version(Assembly.GetExecutingAssembly().GetName().Version.ToString());
|
//var appVersion = new Version(Assembly.GetExecutingAssembly().GetName().Version.ToString());
|
||||||
string requestUri = "https://github.com/seerge/g-helper/releases/download/v" + appVersion.Major + "." + appVersion.Minor + "/PluginAdvancedSettings.zip";
|
//string requestUri = "https://github.com/seerge/g-helper/releases/download/v" + appVersion.Major + "." + appVersion.Minor + "/PluginAdvancedSettings.zip";
|
||||||
|
string requestUri = "https://github.com/seerge/g-helper/releases/download/v0.150/PluginAdvancedSettings.zip";
|
||||||
|
|
||||||
Uri uri = new Uri(requestUri);
|
Uri uri = new Uri(requestUri);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user