diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 0000000..be7e8bc --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,26 @@ +name: Build and Release + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + + workflow_dispatch: + +env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + +jobs: + build: + runs-on: ubuntu-24.04 + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Build and Release + run: | + sudo -E bash build.sh + wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh + bash upload.sh ./*.deb*