Skip to content

Commit 7724c31

Browse files
authored
Update dotnet.yml
1 parent 7b4fd64 commit 7724c31

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,16 @@ jobs:
3030
name: cstojs-artifact
3131
path: /home/runner/work/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
3232
if-no-files-found: error
33+
compression-level: 0
34+
test:
35+
needs: build
36+
name: Test artifact
37+
runs-on: ubuntu-latest
38+
39+
steps:
40+
- uses: actions/download-artifact@v4
41+
with:
42+
name: cstojs-artifact
43+
path: /artifact/
44+
- name: Display structure of downloaded files
45+
run: ls -R /artifact/

0 commit comments

Comments
 (0)