Skip to content

Commit

Permalink
fix action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesWu committed Sep 13, 2024
1 parent c9d7839 commit a6ea2b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
7z a FreeMote.zip FreeMoteToolkit\*
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: FreeMote
path: FreeMote.zip
5 changes: 3 additions & 2 deletions FreeMote.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeMote.Psb", "FreeMote.Psb\FreeMote.Psb.csproj", "{C0B2C2FF-D8F4-497E-8312-C2AF1BB6E7F7}"
EndProject
Expand All @@ -26,6 +26,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8610018B-10F9-40E6-95AE-BEDFC3C928C8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeMote.Plugins.x64", "FreeMote.Plugins.x64\FreeMote.Plugins.x64.csproj", "{7B5BAE81-6779-4404-9E6E-512BE4471AB9}"
Expand Down

0 comments on commit a6ea2b0

Please sign in to comment.