Skip to content

Commit

Permalink
Fix copy-paste error (chmln#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored Oct 24, 2023
1 parent 662c10b commit a98100f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a98100f

Please sign in to comment.