Skip to content

Commit 8a9b184

Browse files
committed
Another attempt
1 parent 30e8eef commit 8a9b184

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ jobs:
2323
run: dotnet restore
2424
- name: Build
2525
run: dotnet build --configuration Release --no-restore
26+
- name: Pack
27+
run: dotnet pack --configuration Release --no-restore
2628
- name: Save Artifact
2729
uses: actions/upload-artifact@v3
2830
with:
29-
name: bin
30-
path: ./Float.Core/bin/Release/Float.Core/
31+
name: nupkg
32+
path: ./Float.Core/obj/Release/
3133
retention-days: 5
3234
- name: Test
3335
run: dotnet test --configuration MAUI --no-restore -f net7.0 --no-build --verbosity normal --logger:"trx;"

0 commit comments

Comments
 (0)