CI fx workflow 25
This commit is contained in:
parent
83ce06579c
commit
6a1a0a6838
@ -17,12 +17,14 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: dpkg -V
|
||||
- name: Building package
|
||||
continue-on-error: true
|
||||
run: cd ${{gitea.basedir}} && pwd && cd debian && debuild -us -uc -b
|
||||
continue-on-error: false
|
||||
run: |
|
||||
cd ${{ gitea.basedir }}/debian
|
||||
ls -l
|
||||
debuild -us -uc -b
|
||||
- name: Try to upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: bforce
|
||||
path: bforce*.deb
|
||||
- run: echo "This job's over"
|
||||
|
||||
|
@ -3,7 +3,7 @@ run-name: $ is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: slon-vm
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event.name }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user