Skip to content

Commit

Permalink
fix: cache stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo authored Aug 14, 2024
1 parent 52d83db commit ced5171
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ jobs:
with:
path: |
tizen-studio
tizen-studio-data/profile
key: tizen-studio-v${{ env.TIZEN_STUDIO_VER }}-cache

- name: Create "tizen-studio-data" folder
if: steps.cache-tizen-studio.outputs.cache-hit == 'true'
run: mkdir tizen-studio-data
# - name: Create "tizen-studio-data" folder
# if: steps.cache-tizen-studio.outputs.cache-hit == 'true'
# run: mkdir tizen-studio-data

- name: Download Tizen Studio
if: steps.cache-tizen-studio.outputs.cache-hit != 'true'
Expand Down

0 comments on commit ced5171

Please sign in to comment.