We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb03a6 commit a6657cdCopy full SHA for a6657cd
.github/workflows/dotnet.yml
@@ -15,6 +15,7 @@ jobs:
15
uses: actions/setup-dotnet@v4
16
with:
17
dotnet-version: 10.0.x
18
+ - run: echo ${{ secrets.SIXLABORS_LICENSE }} > src/sixlabors.lic
19
- name: Build
20
run: dotnet publish -c Release -p:PublishSingleFile=true --self-contained true
21
- name: Upload Artifact
0 commit comments