Skip to content

Commit

Permalink
show version.sh on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 8, 2024
1 parent 8269223 commit 5950823
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ jobs:
LDFLAGS: -mmacosx-version-min=10.9
run: |
make latest-version clisp
cat clisp/version.sh
rm -f clisp/version.sh
make latest-version clisp/version.sh compile
make latest-version archive
make latest-version clisp/version.sh
cat clisp/version.sh
make latest-version compile archive
- name: upload
env:
GITHUB_OAUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5950823

Please sign in to comment.