From e290a06819f343b2652947ee1e7b14936337832f Mon Sep 17 00:00:00 2001 From: Natanael Date: Wed, 7 May 2025 07:42:56 -0300 Subject: [PATCH] Cria action --- .github/workflows/blank.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/blank.yml 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*