Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/UniprJRC/FSDA
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRianiUNIPR committed May 24, 2024
2 parents c4eb9f0 + beea294 commit b3989e5
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions .github/workflows/upload-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
# Define a specific version of MATLAB to release the toolbox
MATLAB_RELEASE: R2023a
MATLAB_RELEASE: R2024a
# We also need a specific version to build the older v3 doc search
MATLAB_RELEASE_DOC_V3: R2021b

Expand Down Expand Up @@ -72,16 +72,6 @@ jobs:
# name: helpsearch-v3-files
# path: helpfiles/pointersHTML/helpsearch-v3/

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

# We are going to start a display server using XVFB to ensure that if the toolbox build
# triggers something that needs a display we have one. This is a done prophylacticly in
Expand Down Expand Up @@ -119,17 +109,14 @@ jobs:
uses: matlab-actions/run-build@v1
with:
tasks: toolbox

- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create release
uses: softprops/action-gh-release@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./toolbox/bin/FSDA.mltbx
asset_name: FSDA.mltbx
asset_content_type: application/gzip
files: ./toolbox/bin/FSDA.mltbx
fail_on_unmatched_files: true
generate_release_notes: true
draft: false

build-docker-container:
needs: archive-build-artifacts
Expand Down

0 comments on commit b3989e5

Please sign in to comment.