Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jun 30, 2024
1 parent 3560001 commit 213fd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
- run: 'Get-ChildItem -Directory -Recurse -Path ./'
if: false
shell: pwsh
- run: 'Get-ChildItem -Recurse -Path ./ABB.WorkItemClone.AzureDevOps/bin/Debug/net8.0/'
- run: 'Get-ChildItem -Recurse -Path ./AzureDevOps.WorkItemClone.ConsoleUI/bin/Debug/net8.0/win-x64/'
if: false
shell: pwsh
- uses: edgarrc/action-7z@v1
with:
args: 7z a -tzip ./output/AzureDevOpsWorkItemClone-v${{needs.Setup.outputs.GitVersion_SemVer}}-win-x64.zip ./ABB.WorkItemClone.ConsoleUI/bin/Debug/net8.0/win-x64/**
args: 7z a -tzip ./output/AzureDevOpsWorkItemClone-v${{needs.Setup.outputs.GitVersion_SemVer}}-win-x64.zip ./AzureDevOps.WorkItemClone.ConsoleUI/bin/Debug/net8.0/win-x64/**
- uses: actions/upload-artifact@v4
with:
name: AzureDevOpsWorkItemClone
Expand Down

0 comments on commit 213fd67

Please sign in to comment.