Skip to content

build file to zip 64 bit build #3

build file to zip 64 bit build

build file to zip 64 bit build #3

name: automatic-release
on:
push:
branches:
- main
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * 6'
jobs:
pre-release:
name: Pre Release
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build 64 bit version
run: cargo build --target x86_64-pc-windows-msvc --release
- name: create libmathcat64
run: | zip libmathcat64.zip target/x86_64-pc-windows-msvc/release/libmathcat_c.*

Check failure on line 21 in .github/workflows/automaticRelease.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/automaticRelease.yaml

Invalid workflow file

You have an error in your yaml syntax on line 21