Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsachs committed Feb 2, 2024
1 parent 422f734 commit 4136a36
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,13 @@ jobs:
cp {README.md,LICENSE} "$staging/"
if [ "${{ matrix.os }}" = "windows-latest" ]; then
dir
cp rust-experiments.exe "$staging/"
cp target/release/rust-experiments.exe "$staging/"
7z a "$staging.zip" "$staging"
echo "ASSET=$staging.zip" >> $GITHUB_ENV
else
ls -al
ls -al rust-experiments-linux-x86_64_
ls -al target/release/
cp rust-experiments "$staging/"
cp target/release/rust-experiments "$staging/"
cp target/release/rust-experiments.d "$staging/"
tar czf "$staging.tar.gz" "$staging"
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 4136a36

Please sign in to comment.