Skip to content

Commit

Permalink
chore: use macos to build
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdada committed Jan 12, 2021
1 parent 50480f5 commit 05ea535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Setup Go
uses: actions/setup-go@v2
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build
if: startsWith(github.ref, 'refs/tags/')
run: make -j release
run: make release

- name: Upload Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ prepare_assets:
mkdir -p $(BINDIR)
mkdir -p $(RELEASEDIR)
cp ./assets/* $(BINDIR)/
sed -i 's/WORKFLOW_VERSION/$(VERSION)/g' $(BINDIR)/info.plist
sed -i '' 's/WORKFLOW_VERSION/$(VERSION)/g' $(BINDIR)/info.plist

zip_artifact:
chmod +x $(BINDIR)/$(NAME)
Expand Down

0 comments on commit 05ea535

Please sign in to comment.