diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c5bbfb9..105e290 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: - name: Copy the executable into the root folder run: cp build/${{matrix.config.exe}} ${{matrix.config.out}} - name: Tar the distribution - run: tar -cvf ${{matrix.config.name}}.tar ${{matrix.config.out}} assets/ + run: tar -cvf ${{matrix.config.name}}.tar ${{matrix.config.out}} assets - name: Upload build artifacts uses: actions/upload-artifact@v3 with: