Skip to content

Commit

Permalink
Disable debian release build
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed May 2, 2022
1 parent 8d49e93 commit 99d9d86
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ on:
release:
types: [created]
jobs:
debiab-buster:
runs-on: ubuntu-latest
container: debian:buster
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
GH_REF: ${{ github.ref }}
steps:
- name: upgrade the packages
run: apt-get update && apt-get upgrade -y && apt-get install -y git
- uses: actions/checkout@v2
- name: build
run: .github/workflows/release-debian-package.sh
- name: upload the assets
run: .github/workflows/release-assets-upload.py
# debiab-buster:
# runs-on: ubuntu-latest
# container: debian:buster
# env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GH_REPO: ${{ github.repository }}
# GH_REF: ${{ github.ref }}
# steps:
# - name: upgrade the packages
# run: apt-get update && apt-get upgrade -y && apt-get install -y git
# - uses: actions/checkout@v2
# - name: build
# run: .github/workflows/release-debian-package.sh
# - name: upload the assets
# run: .github/workflows/release-assets-upload.py
mingw64:
runs-on: windows-latest
defaults:
Expand Down

0 comments on commit 99d9d86

Please sign in to comment.