We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c99814f + 4b1aec5 commit cc78b11Copy full SHA for cc78b11
1 file changed
.github/workflows/dotnet-core.yml
@@ -27,8 +27,8 @@ jobs:
27
run: |
28
cd src/IdentityManager2
29
dotnet pack -c Release -o publish --no-build
30
- - name: Publish
31
- uses: actions/upload-artifact@master
32
- with:
33
- name: IdentityManager2
34
- path: src/IdentityManager2/publish
+# - name: Publish
+# uses: actions/upload-artifact@master
+# with:
+# name: IdentityManager2
+# path: src/IdentityManager2/publish
0 commit comments