Skip to content

Commit 8a1fb63

Browse files
ok lets skip packing?
1 parent 867341f commit 8a1fb63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
2-
name: Star_Build-Pack-Publish
2+
name: Build-Pack-Publish
33
on:
44
# watch:
55
# types: [started]
@@ -18,8 +18,8 @@ jobs:
1818
# dotnet-version: 3.1.101
1919
- name: Build
2020
run: dotnet build --configuration Release
21-
- name: Pack
22-
run: dotnet pack /home/runner/work/OsmApiClient/OsmApiClient/src/OsmApiClient.csproj -o Artifacts
21+
# - name: Pack
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)