File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 release :
44 types : [created]
55jobs :
6- debiab-buster :
7- runs-on : ubuntu-latest
8- container : debian:buster
9- env :
10- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
11- GH_REPO : ${{ github.repository }}
12- GH_REF : ${{ github.ref }}
13- steps :
14- - name : upgrade the packages
15- run : apt-get update && apt-get upgrade -y && apt-get install -y git
16- - uses : actions/checkout@v2
17- - name : build
18- run : .github/workflows/release-debian-package.sh
19- - name : upload the assets
20- run : .github/workflows/release-assets-upload.py
6+ # debiab-buster:
7+ # runs-on: ubuntu-latest
8+ # container: debian:buster
9+ # env:
10+ # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11+ # GH_REPO: ${{ github.repository }}
12+ # GH_REF: ${{ github.ref }}
13+ # steps:
14+ # - name: upgrade the packages
15+ # run: apt-get update && apt-get upgrade -y && apt-get install -y git
16+ # - uses: actions/checkout@v2
17+ # - name: build
18+ # run: .github/workflows/release-debian-package.sh
19+ # - name: upload the assets
20+ # run: .github/workflows/release-assets-upload.py
2121 mingw64 :
2222 runs-on : windows-latest
2323 defaults :
You can’t perform that action at this time.
0 commit comments