diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a4d85a..e7705f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,6 @@ jobs: - name: Archive production artifacts run: tar czvf dnssec-prover-${{ github.ref_name }}-${{ runner.arch }}.tar.gz -C uniffi/src dnssec_prover.cs -C uniffi/target/release libdnssec_prover_uniffi.* - working-directory: uniffi - name: Upload Release Asset uses: softprops/action-gh-release@v2