diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38d6d862..ad2d57fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,7 +130,7 @@ jobs: - name: Archive binary run: | cp doc/conf/.env.example target/${{ matrix.platform.target }}/release/.env - tar czvf ${{ matrix.platform.name }}.tar.gz -C target/${{ matrix.platform.target }}/release rnacos .env + tar czvf ${{ matrix.platform.name }} -C target/${{ matrix.platform.target }}/release rnacos .env - name: Upload binary artifacts uses: actions/upload-artifact@v3 with: