Skip to content

Commit

Permalink
version bump, fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
perchbirdd committed Nov 7, 2024
1 parent 09a55be commit 07bc1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
dotnet build --no-restore --configuration Release --nologo
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
path: |
./ResLogger2.Plugin/bin/Release/ResLogger2.Plugin/*
2 changes: 1 addition & 1 deletion ResLogger2.Plugin/ResLogger2.Plugin.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DalamudLibPath>$(appdata)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
<PluginVersion>0.0.2.6</PluginVersion>
<PluginVersion>0.0.2.7</PluginVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 07bc1a7

Please sign in to comment.