diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a262654..aca4f51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,9 +101,7 @@ jobs: run: | mkdir package cd target/release - tar ${{ matrix.options }} \ - ../../package/${{ matrix.name }}${{ steps.version.outputs.replaced }}.${{ matrix.extension }} \ - ${{ matrix.executable }} + tar ${{ matrix.options }} ../../package/${{ matrix.name }}${{ steps.version.outputs.replaced }}.${{ matrix.extension }} ${{ matrix.executable }} working-directory: sw/deployer - name: Upload artifact