Test
Some checks failed
Run Tests on Code / run-tests (push) Successful in 11s
Build binary file and bundle packages / test (pull_request) Successful in 10s
Build binary file and bundle packages / build (pull_request) Failing after 3s
Build binary file and bundle packages / test-env (pull_request) Has been skipped
Some checks failed
Run Tests on Code / run-tests (push) Successful in 11s
Build binary file and bundle packages / test (pull_request) Successful in 10s
Build binary file and bundle packages / build (pull_request) Failing after 3s
Build binary file and bundle packages / test-env (pull_request) Has been skipped
This commit is contained in:
parent
972706ac6f
commit
e41c39ce38
1 changed files with 3 additions and 2 deletions
|
@ -55,8 +55,9 @@ jobs:
|
|||
- name: Bundle .deb package
|
||||
id: deb_bundle
|
||||
run: |
|
||||
echo test
|
||||
|
||||
DEBIAN_REF=$(echo ${{ github.ref_name }} | tr - \~)
|
||||
echo "debian_ref=$DEBIAN_REF" >> $GITHUB_OUTPUT
|
||||
echo DEBIAN_REF: $DEBIAN_REF
|
||||
|
||||
- name: Uploading Build Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue