github workflow updates, update to 2.5.0.6

This commit is contained in:
dovholuknf
2024-09-17 19:57:28 -04:00
parent edc0c19994
commit fd7427c185
4 changed files with 27 additions and 15 deletions
+12
View File
@@ -0,0 +1,12 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
name: dependabot
version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
+4 -4
View File
@@ -43,12 +43,12 @@ jobs:
- name: Set up environment variable
run: echo "ZITI_EDGE_TUNNEL_BUILD=${{ github.event.inputs.zet }}" >> $GITHUB_ENV
- name: Git Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false
- uses: microsoft/setup-msbuild@v1
- uses: microsoft/setup-msbuild@v
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
- if: github.event_name == 'push'
run: echo "GIT_BRANCH=$($env:GITHUB_REF.replace('refs/heads/', ''))" >> $env:GITHUB_ENV
- if: github.event_name == 'pull_request'
@@ -71,7 +71,7 @@ jobs:
run: choco install advanced-installer --version="$(cat .\adv-inst-version)" --yes
- name: Setting up VERSION env var
run: echo "VERSION=$(cat .\version)" >> $env:GITHUB_ENV
- uses: nuget/setup-nuget@v1
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{ secrets.NuGetAPIKey }}
nuget-version: '5.8.1'
+10 -10
View File
@@ -1,12 +1,12 @@
{
"name": "2.5.0.4",
"tag_name": "2.5.0.4",
"published_at": "2024-07-30T14:53:31Z",
"installation_critical": false,
"assets": [
{
"name": "Ziti.Desktop.Edge.Client-2.5.0.4.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.0.4-alpha/Ziti.Desktop.Edge.Client-2.5.0.4.exe"
}
]
"name": "2.5.0.5",
"tag_name": "2.5.0.5",
"published_at": "2024-09-17T22:53:03Z",
"installation_critical": false,
"assets": [
{
"name": "Ziti.Desktop.Edge.Client-2.5.0.5.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.0.5/Ziti.Desktop.Edge.Client-2.5.0.5.exe"
}
]
}
+1 -1
View File
@@ -1 +1 @@
2.5.0.5
2.5.0.6