diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bef867d..9fda658 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,3 +42,12 @@ jobs: name: CarbonLauncher_${{env.BUILD_CONFIGURATION}} path: | x64\${{env.BUILD_CONFIGURATION}}\ + + - name: Create Release + uses: ncipollo/release-action@v1.14.0 + with: + artifacts: | + x64/${{env.BUILD_CONFIGURATION}}/CarbonLauncher.exe + x64/${{env.BUILD_CONFIGURATION}}/*.dll + draft: true + makeLatest: true