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 e441a0a commit c46ad12
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 @@ -45,7 +45,7 @@ jobs:
shell: pwsh
- uses: edgarrc/action-7z@v1
with:
args: 7z a -tzip ./output/ABBWorkItemClone-v${{needs.Setup.outputs.GitVersion_SemVer}}.zip ./ABB.WorkItemClone.AzureDevOps/bin/Debug/net8.0/**
args: 7z a -tzip ./output/ABBWorkItemClone-v${{needs.Setup.outputs.GitVersion_SemVer}}.zip ./ABB.WorkItemClone.ConsoleUI/bin/Debug/net8.0/**
- uses: actions/upload-artifact@v4
with:
name: ABBWorkItemClone
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: ABBWorkItemClone
- run: gh release create v${{needs.Setup.outputs.GitVersion_SemVer}} ./output/ABBWorkItemClone-v${{needs.Setup.outputs.GitVersion_SemVer}}.zip --generate-notes --generate-notes --discussion-category "General"
- run: gh release create v${{needs.Setup.outputs.GitVersion_SemVer}} ./ABBWorkItemClone-v${{needs.Setup.outputs.GitVersion_SemVer}}.zip --generate-notes --generate-notes --discussion-category "General"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c46ad12

Please sign in to comment.