Skip to content

Commit

Permalink
add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Jan 9, 2024
1 parent 343cc3f commit e31f0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cli-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v4

- name: Package
run: dotnet pack src\GUI\efcpt.6\efcpt.6.csproj -p:PackageVersion=6.1.$($Env:APPVEYOR_BUILD_NUMBER) -p:InformationalVersion=6.1.$($Env:APPVEYOR_BUILD_NUMBER)
Expand Down

0 comments on commit e31f0e1

Please sign in to comment.