Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireHENRY committed Dec 16, 2023
1 parent 4a5a929 commit f5da732
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
if [ "${{ matrix.os }}" == "windows-latest" ]; then
EXT=.exe
OUT_EXT=.exe
SHELL=pwsh
else
EXT=
OUT_EXT=.tar.gz
SHELL=bash
fi
BUNDLE_NAME=kalast-$GITHUB_REF_NAME-$PLATFORM
Expand All @@ -65,6 +67,7 @@ jobs:
echo "PLATFORM=$PLATFORM" >> "$GITHUB_ENV"
echo "EXT=$EXT" >> "$GITHUB_ENV"
echo "OUT_EXT=$OUT_EXT" >> "$GITHUB_ENV"
echo "SHELL=$SHELL" >> "$GITHUB_ENV"
echo "BUNDLE_NAME=$BUNDLE_NAME" >> "$GITHUB_ENV"
echo "RELEASE_FILE=$RELEASE_FILE" >> "$GITHUB_ENV"
shell: bash
Expand Down Expand Up @@ -100,9 +103,6 @@ jobs:
if [ "${{ matrix.os }}" == "windows-latest" ]; then
cp compile/installer.iss .
ls
pwd
ls bundle
iscc installer.iss /DVERSION=0.4.0-beta /DSETUP_NAME=kalast-installer
echo "DONE !!!"
ls
Expand All @@ -111,7 +111,7 @@ jobs:
mv bundle $BUNDLE_NAME
tar cvzf $RELEASE_FILE $BUNDLE_NAME
fi
shell: bash
shell: ${{ env.SHELL }}

- uses: softprops/action-gh-release@v1
with:
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-beta28"
version = "0.4.0-beta29"
authors = ["Grégoire Henry <gregoire.henry@oma.be>"]
edition = "2021"
description = "Thermophysical Model for Binary Asteroids"
Expand Down

0 comments on commit f5da732

Please sign in to comment.