We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ab223 commit 6809579Copy full SHA for 6809579
1 file changed
.github/workflows/ci.yml
@@ -88,8 +88,6 @@ jobs:
88
- uses: actions/download-artifact@v7
89
- run: sh -exc 'for d in *; do cd $d; tar --extract --file artifact.tar --verbose; cd ..; done'
90
- run: cp github-release-${{ github.sha }}-ghc-9.12-ubuntu-24.04/artifact/${{ env.PREFIX }}.tar.gz .
91
- - run: tar --auto-compress --create --file ../../${{ env.PREFIX }}-darwin-x64.tar.gz --verbose github-release
92
- working-directory: github-release-${{ github.sha }}-ghc-9.12-macos-13/artifact
93
- run: tar --auto-compress --create --file ../../${{ env.PREFIX }}-darwin-arm64.tar.gz --verbose github-release
94
working-directory: github-release-${{ github.sha }}-ghc-9.12-macos-14/artifact
95
- run: tar --auto-compress --create --file ../../${{ env.PREFIX }}-linux-x64.tar.gz --verbose github-release
0 commit comments