diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72e7179..29e5736 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: 0.0PyinstallerBuilds + tag: Current.Version.Built.with.Pyinstaller artifacts: ./out/*pyinstaller*.exe token: ${{ secrets.GITHUB_TOKEN }} @@ -72,6 +72,6 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true - tag: Current + tag: Latest artifacts: ./out/*nuitka*.exe token: ${{ secrets.GITHUB_TOKEN }}