Skip to content

Commit

Permalink
CI: 修正条件を更新して、ライセンスジョブの実行をタグに基づいて制御
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeesia committed Dec 28, 2024
1 parent 183ebb1 commit 5d65056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5d65056

Please sign in to comment.