Skip to content

Commit d0b64c0

Browse files
Andreas Vilinskixperiandri
authored andcommitted
missing output folder
1 parent 0f73fd8 commit d0b64c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
DOTNET_CLI_TELEMETRY_OPTOUT=1
2020
dotnet build --nologo --configuration Release
21-
dotnet pack --no-build -c Release
21+
dotnet pack --no-build -c Release -o nuget
2222
- name: MyGet push
2323
run: |
2424
source=https://www.myget.org/F/fsharp-collections-immutable/api/v3/index.json

0 commit comments

Comments
 (0)