Skip to content

Commit 38935dd

Browse files
authored
Update action.yml
1 parent ca7237b commit 38935dd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/actions/dotnet/build/action.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ runs:
1818
shell: bash
1919
run: dotnet build --no-restore --configuration ${{ inputs.dotnet-build-configuration }}
2020

21-
- name: Zip the build output
22-
shell: bash
23-
run: |
24-
mkdir -p ./artifacts
25-
zip -r ./artifacts/build.zip ./bin
21+
- name: Zip and upload build
22+
uses: actions/upload-artifact@v2
2623
with:
27-
retention-days: 5
24+
name:
25+
path: ./

0 commit comments

Comments
 (0)