github actions: save build artifact (#4295)

* save build artifact

* upd
This commit is contained in:
Lars Hvam 2020-12-07 09:28:35 +01:00 committed by GitHub
parent 07cdc0e0e8
commit 297a579757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,3 +32,9 @@ jobs:
env:
GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
run: ./ci/deploy-release-tag.sh
- name: Upload build artifact
uses: actions/upload-artifact@main
with:
name: zabapgit_standalone.abap
path: ./zabapgit.abap
retention-days: 7