From ebd0f8a368f4c6601511d78c6016519802ee9fc1 Mon Sep 17 00:00:00 2001 From: sumeshi Date: Mon, 4 Apr 2022 23:12:17 +0900 Subject: [PATCH] fix: build --- .github/workflows/build-binary.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-binary.yaml b/.github/workflows/build-binary.yaml index 002fd67..228a7db 100644 --- a/.github/workflows/build-binary.yaml +++ b/.github/workflows/build-binary.yaml @@ -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 @@ -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