Skip to content

Commit

Permalink
should be GOOD
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireHENRY committed Dec 17, 2023
1 parent 159b5bc commit b46f45f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ jobs:
- name: Finish bundle Windows
if: matrix.os == 'windows-latest'
run: |
iscc compile\installer.iss /DVERSION=0.4.0-beta /DSETUP_NAME=kalast-installer
cp scripts\installer.iss .
iscc installer.iss /DVERSION=0.4.0-beta /DSETUP_NAME=kalast-installer
echo "DONE !!!"
ls
mv kalast-installer.exe $RELEASE_FILE
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-beta32"
version = "0.4.0-beta33"
authors = ["Grégoire Henry <[email protected]>"]
edition = "2021"
description = "Thermophysical Model for Binary Asteroids"
Expand Down
File renamed without changes.

0 comments on commit b46f45f

Please sign in to comment.