Skip to content

Commit c5cbfb6

Browse files
author
Petr Sramek
committed
added nema to download artifact step
1 parent ad804b2 commit c5cbfb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484
run: |
8585
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
8686
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
87-
- uses: actions/download-artifact@v4
87+
- name: Download Build Artifact
88+
uses: actions/download-artifact@v4
8889
with:
8990
name: build
9091
path: .

0 commit comments

Comments
 (0)