diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 274f77640..246508531 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -408,7 +408,7 @@ jobs: if: ${{ github.event_name != 'pull_request_target' && github.event_name != 'pull_request' }} needs: [gather-artifacts] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -471,4 +471,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./debug-elfs-${{ steps.version.outputs.version }}.zip asset_name: debug-elfs-${{ steps.version.outputs.version }}.zip - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip