diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 21:12:23 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 21:12:23 +0100 |
| commit | f6eb94c33b8ad2f1b9a7d8cc43147cec222d54a5 (patch) | |
| tree | a82ec3497cc9dfa5c889f8e550cc77b2a161c333 /.github/workflows | |
| parent | 6e2f34f4d0abee3b6526f47938a4705d1a0af270 (diff) | |
Try removing something that looks like a typo
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-macos-package.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml index 0031c8a6c..6d11b8a1c 100644 --- a/.github/workflows/build-macos-package.yml +++ b/.github/workflows/build-macos-package.yml @@ -34,8 +34,6 @@ jobs: - name: Build macOS package run: | make pkg - env: - PREFIX: /Users/runner/work/gf-core/gf-core/dist/gf-3.10.4-git/ - name: Copy packages run: | |
