ci: remove AUR deploy (#2411)
It was adopted as a community package so this is no longer needed
This commit is contained in:
parent
7120611eac
commit
dc8fe1bb6c
|
@ -38,14 +38,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup | Checkout
|
- name: Setup | Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: netlify/actions/build@master
|
uses: netlify/actions/build@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||||
|
|
||||||
# Build sources for every OS
|
# Build sources for every OS
|
||||||
github_build:
|
github_build:
|
||||||
|
@ -125,7 +125,7 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
# TODO: Remove this once it's the default
|
# TODO: Remove this once it's the default
|
||||||
env:
|
env:
|
||||||
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
|
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --features tls-vendored --target ${{ matrix.target }}
|
args: --release --features tls-vendored --target ${{ matrix.target }}
|
||||||
|
@ -188,23 +188,3 @@ jobs:
|
||||||
body_path: RELEASE.md
|
body_path: RELEASE.md
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
aur_release:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: Create AUR release
|
|
||||||
needs: github_release # The -bin version downloads and shasums it
|
|
||||||
steps:
|
|
||||||
- name: Build | Publish AUR package
|
|
||||||
uses: ATiltedTree/create-aur-release@v1
|
|
||||||
with:
|
|
||||||
package_name: starship
|
|
||||||
commit_username: "Starship Bot"
|
|
||||||
commit_email: starship.bot.noreply@gmail.com
|
|
||||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
|
||||||
- name: Build | Publish AUR package (-bin version)
|
|
||||||
uses: ATiltedTree/create-aur-release@v1
|
|
||||||
with:
|
|
||||||
package_name: starship-bin
|
|
||||||
commit_username: "Starship Bot"
|
|
||||||
commit_email: starship.bot.noreply@gmail.com
|
|
||||||
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
|
|
||||||
|
|
Loading…
Reference in New Issue