Skip to content

Commit 07e1768

Browse files
committed
copy instead of cabal copy but with new path
1 parent 8c5d948 commit 07e1768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-binary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
cabal install --only-dependencies
220220
cabal configure
221221
cabal build
222-
cabal copy --destdir="C:\tmp-dist"
222+
copy dist-newstyle\build\x86_64-windows\ghc-9.6.7\gf-3.11.0\x\gf\build\gf\gf.exe C:\tmp-dist
223223
224224
- name: Upload artifact
225225
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)