Skip to content

Cohere Release SP24

Cohere Release SP24 #3

# source: https://github.com/BamPeers/rust-ci-github-actions-workflow
#
#on:
# push:
# branches:
# - main
#
#name: Release Packaging
#
#jobs:
# release:
# name: Release Packaging
# env:
# PROJECT_NAME_UNDERSCORE: rust_ci_github_actions_workflow
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true
# - name: Release Build
# run: cargo build --release
# - name: 'Upload Artifact'
# uses: actions/upload-artifact@v2
# with:
# name: ${{ env.PROJECT_NAME_UNDERSCORE }}
# path: target/release/${{ env.PROJECT_NAME_UNDERSCORE }}