summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmicHorror <CosmicHorrorDev@pm.me>2023-10-23 19:50:41 -0600
committerGitHub <noreply@github.com>2023-10-23 20:50:41 -0500
commita98100fb53d0e73131e0dbe75757e2d139fdc52f (patch)
tree6719861e40b1f6bbb889b15f1b6fc99429165a3b
parent662c10b20d1a0820372f1a28a33a8968f233f274 (diff)
Fix copy-paste error (#257)
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 9281b59..2591549 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -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