Skip to content

Commit

Permalink
Update release-matfrostmex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisbelierasml committed Aug 31, 2024
1 parent 145dfd9 commit 8a6bfc2
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .github/workflows/release-matfrostmex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,6 @@ name: "Release MATFrost MEX binary."

on:
workflow_dispatch:
# inputs:
# os:
# required: true
# description: "Operating system"
# type: choice
# options:
# - 'windows-latest'
# # - 'ubuntu-latest'
# # - 'macos-latest'
# matlab-version:
# required: true
# description: "MATLAB version"
# type: choice
# options:
# - '2021b'
# - '2022a'
# - '2022b'
# - '2023a'
# - '2023b'
# - '2024a'
# push:
# tags:
# - mex-v*

jobs:
build-mex-binary:
Expand Down Expand Up @@ -58,6 +35,8 @@ jobs:
runs-on: ubuntu-latest
name: Release-MEX-Binary
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Download MEX artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 8a6bfc2

Please sign in to comment.