We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2304a commit 867341fCopy full SHA for 867341f
.github/workflows/dotnetcore.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build
20
run: dotnet build --configuration Release
21
- name: Pack
22
- run: dotnet pack OsmApiClient.csproj -o arti
+ run: dotnet pack /home/runner/work/OsmApiClient/OsmApiClient/src/OsmApiClient.csproj -o Artifacts
23
# - uses: actions/upload-artifact@v1
24
# with:
25
# name: OsmApiClient.0.0.1-beta.4.nupkg
0 commit comments