We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff7664 commit 4b1aec5Copy full SHA for 4b1aec5
1 file changed
.github/workflows/dotnet-core.yml
@@ -12,9 +12,9 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
- name: Setup .NET Core
17
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
18
with:
19
dotnet-version: '8.x'
20
- name: Install dependencies
@@ -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