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 4b3a719 commit 88a55a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: gittools/actions/gitversion/setup@v1.1.1
with:
versionSpec: '5.x'
- name: Install GitVersion
- name: Execute GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v1.1.1
with:
Expand All @@ -37,6 +37,8 @@ jobs:
dotnet-version: 8.x
- run: dotnet build
- run: dotnet test
- run: 'Get-ChildItem -Recurse'
shell: pwsh
- uses: edgarrc/action-7z@v1
with:
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/**
Expand Down

0 comments on commit 88a55a9

Please sign in to comment.