mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-09 07:19:53 +02:00
saving github actions artifact
This commit is contained in:
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@@ -47,3 +47,8 @@ jobs:
|
|||||||
- name: Create Deb Archive
|
- name: Create Deb Archive
|
||||||
run: cd $GITHUB_WORKSPACE && sh make_debian_package.sh ${{runner.workspace}}/build
|
run: cd $GITHUB_WORKSPACE && sh make_debian_package.sh ${{runner.workspace}}/build
|
||||||
|
|
||||||
|
- name: Save Deb Archive
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: deb-archive
|
||||||
|
path: ${{env.DAY_OF_WEEK}}/sdrpp_debian_amd64.deb
|
Reference in New Issue
Block a user