diff --git a/.github/workflows/main2.yaml b/.github/workflows/main2.yaml index 11d3987b..dc125688 100644 --- a/.github/workflows/main2.yaml +++ b/.github/workflows/main2.yaml @@ -125,18 +125,18 @@ jobs: target: ${{ matrix.platform.target }} toolchain: stable args: "--release" - - - name: Rename Binary - if: matrix.platform.target != 'x86_64-pc-windows-msvc' - shell: bash - run: | - mv target/release/comtrya ${{ matrix.platform.name }} - - - name: Rename Binary.exe - if: matrix.platform.target == 'x86_64-pc-windows-msvc' - shell: bash - run: | - mv target/release/comtrya.exe ${{ matrix.platform.name }}.exe + + # - name: Rename Binary + # if: matrix.job.target != 'x86_64-pc-windows-msvc' + # shell: bash + # run: | + # mv target/release/comtrya ${{ matrix.platform.target }} + + # - name: Rename Binary.exe + # if: matrix.job.target == 'x86_64-pc-windows-msvc' + # shell: bash + # run: | + # mv target/release/comtrya.exe ${{ matrix.platform.target }}.exe - name: Upload Artifact if: matrix.platform.target != 'x86_64-pc-windows-msvc'