Skip to content

Commit 30bc017

Browse files
committed
Workflow update
1 parent 2d2cdba commit 30bc017

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pypi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/cache@v4
8383
with:
8484
path: ./delphifmx/__init__.pyi
85-
key: ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }}
85+
key: ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }}
8686

8787
build_stubs_macos:
8888
name: Build FMX Stubs MacOS
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/cache@v4
124124
with:
125125
path: ./delphifmx/__init__.pyi
126-
key: ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }}
126+
key: ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }}
127127
enableCrossOsArchive: true
128128

129129
#This build makes delphifmx available for Android
@@ -269,7 +269,7 @@ jobs:
269269
uses: actions/cache@v4
270270
with:
271271
path: ./delphifmx/__init__.pyi
272-
key: ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }}
272+
key: ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }}
273273
restore-keys: |
274274
${{ runner.os }}-
275275
@@ -312,7 +312,7 @@ jobs:
312312
uses: actions/cache@v4
313313
with:
314314
path: ./delphifmx/__init__.pyi
315-
key: ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }}
315+
key: ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }}
316316
restore-keys: |
317317
${{ runner.os }}-
318318
enableCrossOsArchive: true
@@ -356,7 +356,7 @@ jobs:
356356
uses: actions/cache@v4
357357
with:
358358
path: ./delphifmx/__init__.pyi
359-
key: ${{ runner.os }}-cache-${{ hashFiles('.\delphifmx\*') }}
359+
key: ${{ runner.os }}-cache-${{ hashFiles('./delphifmx/*') }}
360360
restore-keys: |
361361
${{ runner.os }}-
362362
enableCrossOsArchive: true

0 commit comments

Comments
 (0)