Skip to content

Commit 355c411

Browse files
committed
Use proper conf file, esnure key is defined for caching
1 parent 9a7e876 commit 355c411

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jar-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,17 @@ jobs:
130130
mkdir -p "$CONVEYOR_CACHE_PATH"
131131
export NIXPKGS_ALLOW_UNFREE=1
132132
nix develop --impure --command bash -c "
133-
conveyor -f conveyor.windows.conf make windows-zip
133+
conveyor -f conveyor.windows-ci.conf make windows-zip
134134
"
135135
136136
- name: Save Conveyor Dependencies
137137
if: ${{ !env.ACT && !cancelled() }}
138138
id: cache-conveyor-save
139139
uses: actions/cache/save@v5
140140
with:
141+
key: ${{ steps.cache-conveyor-restore.outputs.cache-primary-key }}
141142
path: |
142143
~/.conveyor-cache
143-
key: ${{ steps.cache-conveyor-restore.outputs.cache-primary-key }}
144144
145145
- name: Upload Windows package
146146
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)