Skip to content

Commit

Permalink
workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tum4ik committed Jan 29, 2024
1 parent ed80ea6 commit 4387cef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Gated
name: Release 2.0

on:
workflow_dispatch:
Expand All @@ -20,7 +20,7 @@ jobs:

build:

name: Gated build
name: Build 2.0
runs-on: windows-latest

outputs:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
if (![System.Version]::TryParse($majorMinor, [ref]$null)) { $majorMinor = "0.0" }
$buildNumber = "$(Get-Date -Format 'yy')$((Get-Date).DayOfYear.ToString().PadLeft(3, '0'))"
$version = "$majorMinor.$buildNumber.${{ github.run_number }}"
echo "version=$version" >> $env:GITHUB_OUTPUT
echo "version=$version-rc" >> $env:GITHUB_OUTPUT
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion StinimGen.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{8E79
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{67D68640-5538-42AB-97C3-66EEB296423D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\gated.yml = .github\workflows\gated.yml
.github\workflows\release-2.0.yml = .github\workflows\release-2.0.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{2A87494B-868C-4DCC-B008-F2A9CD953BDE}"
Expand Down

0 comments on commit 4387cef

Please sign in to comment.