mirror of
https://github.com/selrahcsan/instalador-de-fontes.git
synced 2025-06-23 12:16:36 -03:00
Cria action
This commit is contained in:
parent
02e268f57b
commit
e290a06819
1 changed files with 26 additions and 0 deletions
26
.github/workflows/blank.yml
vendored
Normal file
26
.github/workflows/blank.yml
vendored
Normal file
|
@ -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*
|
Loading…
Add table
Reference in a new issue