diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b587f3b..783f96b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,7 +151,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: Parseable_OSS_${{ matrix.target }} - path: Parseable_OSS_${{ matrix.targ`et }} + path: Parseable_OSS_${{ matrix.target }} - name: Publish Archive to Release Page uses: softprops/action-gh-release@v0.1.15