From 9b5211dc65decddd5e0ae39b1091427fd464e5aa Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 11 Aug 2022 09:03:18 -0500 Subject: [PATCH] Syntax --- .github/workflows/main_matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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