Skip to content

Commit

Permalink
Update macos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
phendryx authored May 16, 2023
1 parent a95438c commit 41928db
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
name: MacOS Builder

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
release:
types: [created]

jobs:

Expand Down Expand Up @@ -51,3 +49,12 @@ jobs:
- name: ls
run: ls -la

- uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: update-darwin-amd64.gz
- uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: albiondata-client-amd64-mac.zip

0 comments on commit 41928db

Please sign in to comment.