Skip to content

Commit

Permalink
GitHub Actionsのワークフローを更新しました
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeesia committed Apr 3, 2024
1 parent 6233fb5 commit 61c11c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
name: VdLabel${{ matrix.self && '-full' || '' }}-${{ steps.gitversion.outputs.fullSemVer }}
path: publish\
license:
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -107,7 +107,7 @@ jobs:
name: licenses
path: licenses/
installer:
# if: ${{ startsWith(github.ref, 'refs/tags/') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs:
- build
- license
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
name: VdLabel-${{ needs.build.outputs.version }}.msi
path: publish\
release:
# if: ${{ success() && startsWith(github.ref, 'refs/tags/') }}
if: ${{ success() && startsWith(github.ref, 'refs/tags/') }}
needs:
- installer
- build
Expand Down

0 comments on commit 61c11c3

Please sign in to comment.