Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdstyle committed Sep 29, 2024
1 parent 46351ab commit 513e528
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-13]
name: [pixfolio-linux-amd64, pixfolio-darwin-amd64]
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand All @@ -26,7 +27,7 @@ jobs:
- name: Install linux deps
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt install libvips-dev
sudo apt-get install libvips-dev
- name: Install macos deps
if: matrix.os == 'macos-13'
Expand All @@ -43,7 +44,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.os }}
name: ${{ matrix.name }}
path: ./build

release:
Expand Down

0 comments on commit 513e528

Please sign in to comment.