Skip to content

Commit 9aca3ef

Browse files
Create blank.yml
1 parent 9929801 commit 9aca3ef

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/workflows/blank.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Build and Release
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
workflow_dispatch:
10+
11+
env:
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13+
14+
jobs:
15+
build:
16+
runs-on: ubuntu-20.04
17+
18+
steps:
19+
- name: Checkout code
20+
uses: actions/checkout@v2
21+
22+
- name: Build and Release
23+
run: |
24+
sudo -E bash build.sh
25+
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
26+
bash upload.sh ./*.deb*

0 commit comments

Comments
 (0)