Fix copy-paste error (#257)

This commit is contained in:
CosmicHorror 2023-10-23 19:50:41 -06:00 committed by GitHub
parent 662c10b20d
commit a98100fb53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ jobs:
7z a "$staging.zip" "$staging"
echo "ASSET=$staging.zip" >> $GITHUB_ENV
else
cp "target/${{ matrix.target }}/release-lto/inlyne" "$staging/"
cp "target/${{ matrix.target }}/release/sd" "$staging/"
tar czf "$staging.tar.gz" "$staging"
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
fi