We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd3f8e commit 6a236b8Copy full SHA for 6a236b8
1 file changed
.github/workflows/build.yml
@@ -0,0 +1,18 @@
1
+name: Build
2
+
3
+on:
4
+ push:
5
+ workflow_dispatch:
6
7
+jobs:
8
+ build:
9
+ name: Build solution
10
+ uses: OxideMod/Actions/.github/workflows/project-build.yml@main
11
+ with:
12
+ branch-postfix: ${{ github.ref_name != 'master' && format('-{0}', github.ref_name) || '' }}
13
+ version-prefix: '2.0'
14
+ project-name: Oxide.SQLite
15
+ secrets:
16
+ DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
17
+ REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
18
+ NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments