We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7e876 commit 355c411Copy full SHA for 355c411
1 file changed
.github/workflows/jar-builder.yml
@@ -130,17 +130,17 @@ jobs:
130
mkdir -p "$CONVEYOR_CACHE_PATH"
131
export NIXPKGS_ALLOW_UNFREE=1
132
nix develop --impure --command bash -c "
133
- conveyor -f conveyor.windows.conf make windows-zip
+ conveyor -f conveyor.windows-ci.conf make windows-zip
134
"
135
136
- name: Save Conveyor Dependencies
137
if: ${{ !env.ACT && !cancelled() }}
138
id: cache-conveyor-save
139
uses: actions/cache/save@v5
140
with:
141
+ key: ${{ steps.cache-conveyor-restore.outputs.cache-primary-key }}
142
path: |
143
~/.conveyor-cache
- key: ${{ steps.cache-conveyor-restore.outputs.cache-primary-key }}
144
145
- name: Upload Windows package
146
uses: actions/upload-artifact@v4
0 commit comments