We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7237b commit 38935ddCopy full SHA for 38935dd
.github/actions/dotnet/build/action.yml
@@ -18,10 +18,8 @@ runs:
18
shell: bash
19
run: dotnet build --no-restore --configuration ${{ inputs.dotnet-build-configuration }}
20
21
- - name: Zip the build output
22
- shell: bash
23
- run: |
24
- mkdir -p ./artifacts
25
- zip -r ./artifacts/build.zip ./bin
+ - name: Zip and upload build
+ uses: actions/upload-artifact@v2
26
with:
27
- retention-days: 5
+ name:
+ path: ./
0 commit comments