From 6a8a2fd184d95d2723f2693d46fdecb6814b5038 Mon Sep 17 00:00:00 2001 From: Pariterre Date: Mon, 12 Aug 2024 14:05:53 -0400 Subject: [PATCH] Trying another action --- .github/workflows/run_matlab_tests.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/run_matlab_tests.yml b/.github/workflows/run_matlab_tests.yml index 1f441662..e92d011f 100644 --- a/.github/workflows/run_matlab_tests.yml +++ b/.github/workflows/run_matlab_tests.yml @@ -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 - \ No newline at end of file + 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 \ No newline at end of file