Merge pull request #21 from rustic-rs/fix-cd2

second fix for CD
This commit is contained in:
aawsome 2022-06-13 23:03:00 +02:00 committed by GitHub
commit 135b351515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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