diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6aa43ed..2ea9e65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,6 @@ jobs: - uses: ncipollo/release-action@v1 with: allowUpdates: true - tag: current + tag: Current(Compiled by MSVC) artifacts: ./out/*.exe token: ${{ secrets.GITHUB_TOKEN }}