Skip to content

Commit 867341f

Browse files
Fix pack path
1 parent cd2304a commit 867341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build
2020
run: dotnet build --configuration Release
2121
- name: Pack
22-
run: dotnet pack OsmApiClient.csproj -o arti
22+
run: dotnet pack /home/runner/work/OsmApiClient/OsmApiClient/src/OsmApiClient.csproj -o Artifacts
2323
# - uses: actions/upload-artifact@v1
2424
# with:
2525
# name: OsmApiClient.0.0.1-beta.4.nupkg

0 commit comments

Comments
 (0)