mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
commit
135b351515
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -5,7 +5,7 @@ on:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
name: Publishing for ${{ matrix.job.os }}
|
||||
name: Publishing ${{ matrix.job.target }}
|
||||
runs-on: ${{ matrix.job.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
profile: minimal
|
||||
override: true
|
||||
target: ${{ matrix.target }}
|
||||
target: ${{ matrix.job.target }}
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: Cargo build
|
||||
uses: actions-rs/cargo@v1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user