Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Henry committed Dec 16, 2023
1 parent 5aeb4ba commit cb69924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
cp -r examples/viewer/cfg .
cd ..
mv bundle $BUNDLE_NAME
if [ "${{ matrix.os }}" == "windows-latest" ]; then
cp compile/installer.iss .
Expand All @@ -109,6 +108,7 @@ jobs:
iscc installer.iss
mv setup.exe $RELEASE_FILE
else
mv bundle $BUNDLE_NAME
tar cvzf $RELEASE_FILE $BUNDLE_NAME
fi
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kalast"
version = "0.4.0-beta25"
version = "0.4.0-beta26"
authors = ["Grégoire Henry <gregoire.henry@oma.be>"]
edition = "2021"
description = "Thermophysical Model for Binary Asteroids"
Expand Down

0 comments on commit cb69924

Please sign in to comment.