Skip to content

Commit

Permalink
Deploy release artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergHoffmannatGitHub committed Aug 22, 2024
1 parent d710925 commit ffcd7d9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
configuration: [Debug, Release]
configuration: [Release]

runs-on: windows-latest # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
Expand Down Expand Up @@ -58,14 +58,10 @@ jobs:
- name: Create archive
run: Compress-Archive -Path FamilyShow/bin/Release/* -DestinationPath FamilyShow/bin/Release/Family.Show-${{ github.ref_name }}.zip
if: startsWith(github.ref, 'refs/tags/')
env:
Configuration: Release

# Release: https://github.com/softprops/action-gh-release
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: FamilyShow/bin/Release/Family.Show-${{ github.ref_name }}.zip
env:
Configuration: Release

0 comments on commit ffcd7d9

Please sign in to comment.