New workflow: different approach - fix4

This commit is contained in:
Xargon Wan 2022-04-30 21:45:57 +09:00
parent 65583fa4f3
commit 3b57c72cfc

View file

@ -36,7 +36,7 @@ jobs:
# id: cache-cooker # id: cache-cooker
# uses: actions/cache@v2 # uses: actions/cache@v2
# with: # with:
# path: ./*flatpak* # path: /home/runner/work/RetroDECK
# key: ${{ runner.os }}-cache # key: ${{ runner.os }}-cache
Job2_-_Downloading_Sources: Job2_-_Downloading_Sources:
@ -60,7 +60,7 @@ jobs:
id: cache-cooker id: cache-cooker
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: ./*flatpak* path: /home/runner/work/RetroDECK
key: ${{ runner.os }}-cache key: ${{ runner.os }}-cache
Job3_-_Building_part_1: Job3_-_Building_part_1:
@ -84,7 +84,7 @@ jobs:
id: cache-cooker id: cache-cooker
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: ./*flatpak* path: /home/runner/work/RetroDECK
key: ${{ runner.os }}-cache key: ${{ runner.os }}-cache
Job4_-_Building_part_2: Job4_-_Building_part_2: