-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
709d607
commit 11d37f1
Showing
1 changed file
with
7 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,32 +65,23 @@ jobs: | |
command: test | ||
|
||
aur: | ||
name: Pulish to AUR | ||
name: AUR | ||
runs-on: ubuntu-latest | ||
needs: [check_version, build_and_test] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Install latest Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: nightly | ||
override: true | ||
- name: Install latest Rust nightly | ||
run: rustup default nightly && rustup update | ||
|
||
- name: List commands | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
command: --list | ||
|
||
- name: Add cargo-aur | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
command: add cargo-aur | ||
|
||
- name: cargo-aur | ||
uses: actions-rs/cargo@v1 | ||
with: | ||
command: aur | ||
- name: Run cargo aur | ||
run: cargo aur | ||
|
||
# - name: Publish AUR package | ||
# uses: KSXGitHub/[email protected] | ||
# with: | ||
|
@@ -103,7 +94,7 @@ jobs: | |
# ssh_keyscan_types: rsa,dsa,ecdsa,ed25519 | ||
|
||
docker: | ||
name: Pulish to Docker Hub | ||
name: Docker | ||
permissions: | ||
id-token: write | ||
packages: write | ||
|