Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jun 29, 2024
1 parent ca0eaf1 commit 4b3a719
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
versionSpec: '5.x'
- name: Install GitVersion
id: gitversion
uses: gittools/actions/gitversion/setup@v1.1.1
uses: gittools/actions/gitversion/execute@v1.1.1
with:
versionSpec: '5.x'
useConfigFile: true

build:
Expand All @@ -40,7 +39,7 @@ jobs:
- run: dotnet test
- uses: edgarrc/action-7z@v1
with:
args: 7z a -tzip ./output/ABBWorkItemClone-v${{needs.Setup.outputs.GitVersion_SemVer}}.zip .\ABB.WorkItemClone.ConsoleUI\bin\Debug\net8.0\**
args: 7z a -tzip ./output/ABBWorkItemClone-v${{needs.Setup.outputs.GitVersion_SemVer}}.zip ./abb-workitem-clone/abb-workitem-clone/ABB.WorkItemClone.AzureDevOps/bin/Debug/net8.0/**
- uses: actions/upload-artifact@v4
with:
name: ABBWorkItemClone
Expand Down

0 comments on commit 4b3a719

Please sign in to comment.