Skip to content

Commit

Permalink
ci: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcAvoy committed Jan 1, 2025
1 parent b833dc2 commit 679e07f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
BUILD_CONFIGURATION: Release

permissions:
contents: read
contents: write

jobs:
build:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit 679e07f

Please sign in to comment.