Skip to content

Commit

Permalink
feat: build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Jan 8, 2024
1 parent 77bbd2e commit 504154b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Publish

on:
push:
branches:
- ens/windows-build
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-[A-Za-z]+.[0-9]+'
Expand Down Expand Up @@ -41,6 +43,11 @@ jobs:
binary_path: target/x86_64-unknown-linux-gnu/release
name: x86_64-linux
tar: tar
- os: windows-2022
target: x86_64-pc-windows-msvc
binary_path: target/x86_64-pc-windows-msvc/release
name: x86_64-windows
tar: tar
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 504154b

Please sign in to comment.