From 679e07f359494bc7e776e03b230ef1985cbf2d1a Mon Sep 17 00:00:00 2001 From: Ben McAvoy Date: Wed, 1 Jan 2025 05:37:44 +0000 Subject: [PATCH] ci: release workflow --- .github/workflows/build.yml | 12 +++++++++++- repos.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bef867d..d5f7723 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ env: BUILD_CONFIGURATION: Release permissions: - contents: read + contents: write jobs: build: @@ -42,3 +42,13 @@ 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 + tag: dev diff --git a/repos.json b/repos.json index e19c2eb..4ea3e9f 100644 --- a/repos.json +++ b/repos.json @@ -33,7 +33,7 @@ }, { "name": "Dynamic Sun", - "description": "A Scrap Mechanic DLL mod which makes the sun dynamic!", + "description": "A Scrap Mechanic DLL mod which makes the sun dynamic by letting you adjust the angle!", "authors": [ "QuestionableM" ],