This commit is contained in:
debuggerx
2021-08-03 14:07:27 +08:00
parent d6ff6cfb5b
commit f6691914c7
5 changed files with 11071 additions and 0 deletions

27
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: Build deb packages
on: push
jobs:
build:
name: Build my artifact
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 1024
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: sudo bash build_action.sh
- name: Artifact
uses: actions/upload-artifact@v2
with:
name: artifact
path: artifact/