subsurface/.github/workflows
Dirk Hohndel e9a9bc1282 GitHub actions: fix macOS artifact upload
Previously this created a bogus Subsurface.app.zip.zip file and then
failed to upload it to the release.

The upload / download pair of default actions is happier with just the folder.
And then the creation of the zip file needs the '-r' switch. Oops.
Finally, the pull-request specific uploads as build artifact are completely
redundant since we already do this to move the data from the macOS build to the
container that runs our own publish action in the first place.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2019-11-18 11:16:35 -08:00
..
scripts GitHub Actions: improve naming and location of files 2019-10-18 20:46:01 -07:00
android.yml GitHub Actions: switch back to the GitHub artifacts for PRs 2019-10-27 03:42:04 -07:00
coverity-scan.yml GitHub Actions: Add automatic coverity scan 2019-10-23 07:20:57 -04:00
ios.yml GitHub Actions: only build pushes into and PR against master 2019-10-25 18:32:50 -07:00
linux-bionic-5.9.yml GitHub Actions: only build pushes into and PR against master 2019-10-25 18:32:50 -07:00
linux-trusty-5.12.yml GitHub Actions: switch back to the GitHub artifacts for PRs 2019-10-27 03:42:04 -07:00
mac.yml GitHub actions: fix macOS artifact upload 2019-11-18 11:16:35 -08:00
windows.yml GitHub Actions: switch back to the GitHub artifacts for PRs 2019-10-27 03:42:04 -07:00