Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwood authored Sep 21, 2024
1 parent e735ff1 commit 88d7622
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,18 @@ jobs:
- name: Build solution
run: msbuild WorkflowModerniser.sln -t:publish -property:Configuration=Release

- uses: vimtor/[email protected]
with:
files: WorkflowModerniser\bin\Release\app.publish\
dest: WorkflowModerniser.zip

- uses: actions/upload-artifact@v4
with:
name: WorkflowModerniser
path: WorkflowModerniser\bin\Release\app.publish\
path: WorkflowModerniser.zip

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v')
with:
files: WorkflowModerniser/bin/Release/app.publish/*
files: WorkflowModerniser.zip

0 comments on commit 88d7622

Please sign in to comment.