Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi committed Apr 4, 2022
1 parent 49d8c2f commit ebd0f8a
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build-binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@ name: build-binary

on:
push:
branches:
- feature/vmformats
# tags:
# - "v*.*.*"
tags:
- "v*.*.*"

jobs:
build-windows:
runs-on: windows-latest
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.9']
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -49,7 +47,7 @@ jobs:
- name: verify
run: dist/ntfsdump.exe -h

# - name: upload
# uses: softprops/action-gh-release@v1
# with:
# files: dist/ntfsdump.exe
- name: upload
uses: softprops/action-gh-release@v1
with:
files: dist/ntfsdump.exe

0 comments on commit ebd0f8a

Please sign in to comment.