Skip to content

Commit

Permalink
ライセンス含めるのはリリースの時だけ
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeesia committed Mar 20, 2024
1 parent 2193b80 commit f331987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ on:

jobs:
license:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
-p:FileVersion=${{ steps.gitversion.outputs.assemblySemFileVer }} `
-p:InformationalVersion=${{ steps.gitversion.outputs.informationalVersion }}
- uses: actions/download-artifact@v4
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
name: licenses
path: publish\licenses
Expand Down

0 comments on commit f331987

Please sign in to comment.