diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a011af0..72e7179 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true - tag: PyinstallerBuilds + tag: 0.0PyinstallerBuilds artifacts: ./out/*pyinstaller*.exe token: ${{ secrets.GITHUB_TOKEN }}