We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04749ca commit 9b329e1Copy full SHA for 9b329e1
1 file changed
.github/workflows/build_plugin.yml
@@ -1,7 +1,6 @@
1
name: Build Plugin
2
3
-on:
4
- push
+on: push
5
6
env:
7
PLUGIN_REPO: WorkingRobot/MyDalamudPlugins
@@ -24,7 +23,7 @@ jobs:
24
23
- name: Setup .NET
25
uses: actions/setup-dotnet@v4
26
with:
27
- dotnet-version: '9.0'
+ dotnet-version: "10.0"
28
29
- name: Download Dalamud
30
run: |
@@ -68,4 +67,4 @@ jobs:
68
67
69
token: ${{secrets.PAT}}
70
repository: ${{env.PLUGIN_REPO}}
71
- event-type: new-release
+ event-type: new-release
0 commit comments