🚀 Deploy Version #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Breaking change was removing the bit timing sections from hal::can::settings, | ||
# now it is just baud_rate. | ||
name: 🚀 Deploy Version | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
deploy: | ||
if: startsWith(github.ref, 'refs/tags/') | ||
uses: engine3d-dev/ci/.github/workflows/deploy.yml@main | ||
with: | ||
compiler: gcc | ||
Check failure on line 13 in .github/workflows/deploy.yml GitHub Actions / 🚀 Deploy VersionInvalid workflow file
|
||
version: ${{ github.ref_name }} | ||
arch: x86_64 | ||
compiler_version: 12.3 | ||
compiler_package: "" | ||
os: Linux | ||
secrets: inherit |