mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-25 04:01:51 +02:00
Update publish.yml
This commit is contained in:
parent
bd5b9dfc4f
commit
07210ff83a
21
.github/workflows/publish.yml
vendored
21
.github/workflows/publish.yml
vendored
@ -24,17 +24,16 @@ jobs:
|
|||||||
- name: Publish CLI
|
- name: Publish CLI
|
||||||
run: cargo publish --manifest-path kalk_cli/Cargo.toml --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose
|
run: cargo publish --manifest-path kalk_cli/Cargo.toml --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose
|
||||||
|
|
||||||
release_ubuntu:
|
release:
|
||||||
runs-on: ubuntu-latest
|
name: release ${{ matrix.target }}
|
||||||
|
runs-on: ${{ matrix.target }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
target: [ubuntu-latest, macos-latest]
|
||||||
steps:
|
steps:
|
||||||
- name: Create Release
|
- uses: actions/checkout@master
|
||||||
id: create_release
|
- name: Compile and release
|
||||||
uses: actions/create-release@v1
|
uses: PaddiM8/rust-build.action@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
EXTRA_FILES: "README.md LICENSE"
|
||||||
tag_name: ${{ github.ref }}
|
|
||||||
release_name: Release ${{ github.ref }}
|
|
||||||
draft: false
|
|
||||||
prerelease: false
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user