diff --git a/.github/workflows/ci_centos7.yml b/.github/workflows/ci_centos7.yml index ba118acc8..c81592592 100644 --- a/.github/workflows/ci_centos7.yml +++ b/.github/workflows/ci_centos7.yml @@ -79,8 +79,9 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v3 - - name: Step 3 - Use the Upload Artifact GitHub Action - uses: actions/upload-artifact@v2 - with: - name: metrix-simulator.zip - path: /home/runner/work/powsybl-metrix/powsybl-metrix/metrix-simulator.zip \ No newline at end of file + - name: Publish assets + uses: alexellis/upload-assets@0.4.0 + env: + GITHUB_TOKEN: ${{ secrets.TEST_TOKEN_RELEASE }} + with: + asset_paths: '["*.zip"]' \ No newline at end of file