mirror of
https://github.com/ktims/rs-aggregate.git
synced 2024-11-16 07:37:18 -08:00
Compare commits
No commits in common. "4615a6d76904d6a1f153a9ff18dcd9fbbcae227a" and "70caa90c097803b11d234e25246394f01bb25dc3" have entirely different histories.
4615a6d769
...
70caa90c09
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -22,14 +22,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Compile and release
|
- name: Compile and release
|
||||||
id: compile
|
|
||||||
uses: rust-build/rust-build.action@v1.4.3
|
uses: rust-build/rust-build.action@v1.4.3
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
RUSTTARGET: ${{ matrix.target }}
|
RUSTTARGET: ${{ matrix.target }}
|
||||||
ARCHIVE_TYPES: ${{ matrix.archive }}
|
ARCHIVE_TYPES: ${{ matrix.archive }}
|
||||||
TOOLCHAIN_VERSION: stable
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user