Skip to content

Commit eaf5909

Browse files
authored
Update build.yml
untar after download
1 parent 161e482 commit eaf5909

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ jobs:
8484
- uses: actions/download-artifact@v3
8585
with:
8686
name: webapp
87-
run: tar -C ./webApp -xvf webapp.tar
87+
88+
- name: Untar webapp files
89+
run: tar -C ./webApp -xvf webapp.tar
8890

8991
- name: Add MSBuild to PATH
9092
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)