We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cf58d commit a70853bCopy full SHA for a70853b
2 files changed
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/cache@v4
33
with:
34
path: ${{ env.NUGET_PACKAGES }}
35
- key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}
+ key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.*proj') }}
36
- name: Build
37
run: dotnet build
38
- name: Test
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
- name: Publish
50
run: dotnet publish Emulsion --output publish -p:UseAppHost=false
51
- name: Pack
0 commit comments