Skip to content

Commit cb712d4

Browse files
committed
generalize copy command with var and *
1 parent 07e1768 commit cb712d4

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-
copy dist-newstyle\build\x86_64-windows\ghc-9.6.7\gf-3.11.0\x\gf\build\gf\gf.exe C:\tmp-dist
222+
copy dist-newstyle/build/x86_64-windows/ghc-${{matrix.ghc}}/*/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)