Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuuzaki42 authored May 10, 2024
1 parent d59030f commit 56fc03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
shell: bash
run: |
set -x
P_URL="https://download-cdn.jetbrains.com/python/pycharm-community-2024.1.tar.gz"
version="2024.1.1"
P_URL="https://download-cdn.jetbrains.com/python/pycharm-community-$version.tar.gz"
P_NAME="$(echo "PyCharm-community")"
P_FILENAME="$(echo $P_URL | cut -d/ -f5)"
P_VERSION="$(echo $P_FILENAME | cut -d- -f3 | sed 's/\.[^.]*$//' | sed 's/\.[^.]*$//')"
Expand Down

0 comments on commit 56fc03b

Please sign in to comment.