Skip to content

Commit

Permalink
Trying another action
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Aug 12, 2024
1 parent 515565c commit 6a8a2fd
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/run_matlab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,11 @@ jobs:
zip -r ezc3d_matlab.zip README.md
- name: Upload files to a GitHub release
uses: xresloader/upload-to-github-release@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# file: "ezc3d_matlab.zip"
# verbose: true
# overwrite: true
# update_latest_release: true
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "ezc3d_matlab.zip"
tags: false
draft: true
tag_name: Release_1.5.10

upload_url: https://github.com/pyomeca/ezc3d/releases/tag/Release_1.5.10
asset_path: ./ezc3d_matlab.zip
asset_name: ezc3d_matlab.zip
asset_content_type: application/zip

0 comments on commit 6a8a2fd

Please sign in to comment.