Skip to content

Commit

Permalink
ci: fix github action script
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ committed Apr 13, 2024
1 parent be03737 commit b151b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Change Project Version
env:
TARGET_TAG: ${{ inputs.buildv }}
run: sed -i '' "s|CURRENT_PROJECT_VERSION = [0-9]*;|CURRENT_PROJECT_VERSION = ;|g" ./DarockBili.xcodeproj/project.pbxproj
run: sed -i '' "s|CURRENT_PROJECT_VERSION = [0-9]*;|CURRENT_PROJECT_VERSION = $TARGET_TAG;|g" ./DarockBili.xcodeproj/project.pbxproj

- name: Install the Apple certificate and provisioning profile for Xcode
env:
Expand Down

0 comments on commit b151b71

Please sign in to comment.