Skip to content

Commit

Permalink
removed json check from v24.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-momoko committed Jul 22, 2024
1 parent 2c2a95f commit 0d3b684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
path: download

- name: Check if version_info.json exists
if: ${{ ! (matrix.version == '-version v24.01.04') }}
run: |
$SENSING_DEV_ROOT= [Environment]::GetEnvironmentVariable("SENSING_DEV_ROOT", "User")
$target_file = Join-Path -Path "$SENSING_DEV_ROOT" -ChildPath "version_info.json"
Expand Down

0 comments on commit 0d3b684

Please sign in to comment.