mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
github actions: save build artifact (#4295)
* save build artifact * upd
This commit is contained in:
parent
07cdc0e0e8
commit
297a579757
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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
|
Loading…
Reference in New Issue
Block a user