diff options
author | Nick Gerace <nickagerace@gmail.com> | 2021-01-27 02:06:29 +0000 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2021-01-26 21:11:18 -0500 |
commit | 09c88901cbc9d4507aad348391631106d41141a9 (patch) | |
tree | 1312eeceed02c39f06f60e9b30bacdb7af048a40 /.github/workflows | |
parent | 7bdeb4bd22706fa5363196486d023b722e756bae (diff) | |
download | gfold-09c88901cbc9d4507aad348391631106d41141a9.zip |
Switch disable unpushed check to enable
Switch disable unpushed check to enable. Change macOS to darwin where
possible.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73a5969..2fc4bdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: asset_name: gfold-windows-amd64 - os: macos-latest artifact_name: gfold - asset_name: gfold-macos-amd64 + asset_name: gfold-darwin-amd64 steps: - uses: actions/checkout@v2 - name: Build |