diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-16 23:41:01 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-16 23:41:01 +0100 |
| commit | a7ff2d06117fcb45331f67e8ce52a913b96ed76b (patch) | |
| tree | 2acb7e5453d105e163772cce1a5b0dbfa3d4b86c | |
| parent | 30bcafb76f693fb9208312c62c557ff88e1a27db (diff) | |
Upload artifact directly without copying elsewhere in between
| -rw-r--r-- | .github/workflows/build-macos-package.yml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml index d55c134a9..24cf6c1e3 100644 --- a/.github/workflows/build-macos-package.yml +++ b/.github/workflows/build-macos-package.yml @@ -24,10 +24,6 @@ jobs: ghc-version: ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }} - - name: Check cabal version - run: | - cabal --version - - name: Install build tools run: | brew install \ @@ -38,12 +34,9 @@ jobs: run: | make pkg - - name: Copy packages - run: | - mkdir macos/dist - cp ../gf_*.pkg macos/dist/ - - name: Upload artifact uses: actions/upload-artifact@v2 with: - path: macos/dist + name: macOS package + path: dist/gf_*.pkg + if-no-files-found: error |
