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