Skip to content

Commit

Permalink
Updating CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryHeres committed Oct 12, 2024
1 parent 7ced4e3 commit cc1677b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Parse current version
id: get-app-version
run: echo "VERSION=$(cat src/SlicerBoneMorphing.py | grep Version | awk '{print $2}')" >> $GITHUB_OUTPUT
run: echo "VERSION=$(cat SlicerBoneMorphing/SlicerBoneMorphing.py | grep Version | awk '{print $2}')" >> $GITHUB_OUTPUT

- name: Create ZIP archive
env:
Expand Down

0 comments on commit cc1677b

Please sign in to comment.