Skip to content

Commit 9b329e1

Browse files
committed
Update CI/CD
1 parent 04749ca commit 9b329e1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build_plugin.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build Plugin
22

3-
on:
4-
push
3+
on: push
54

65
env:
76
PLUGIN_REPO: WorkingRobot/MyDalamudPlugins
@@ -24,7 +23,7 @@ jobs:
2423
- name: Setup .NET
2524
uses: actions/setup-dotnet@v4
2625
with:
27-
dotnet-version: '9.0'
26+
dotnet-version: "10.0"
2827

2928
- name: Download Dalamud
3029
run: |
@@ -68,4 +67,4 @@ jobs:
6867
with:
6968
token: ${{secrets.PAT}}
7069
repository: ${{env.PLUGIN_REPO}}
71-
event-type: new-release
70+
event-type: new-release

0 commit comments

Comments
 (0)