Skip to content

Commit

Permalink
[feat] ci work & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DueDine committed Dec 10, 2024
1 parent b74b471 commit aac50da
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -36,7 +36,7 @@ jobs:
dotnet build -c Release
- name: Archive
run: Compress-Archive -Path ContactsTracker/bin/Release/* -DestinationPath ContactsTracker.zip
run: Compress-Archive -Path ContactsTracker/bin/x64/Release/* -DestinationPath ContactsTracker.zip

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
Expand Down
3 changes: 2 additions & 1 deletion ContactsTracker/ContactsTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<Import Project="Dalamud.Plugin.Bootstrap.targets" />

<PropertyGroup>
<Version>0.0.0.1</Version>
<TargetFramework>net8.0-windows</TargetFramework>
<Version>0.0.0.2</Version>
<Description>Help you remember previous contacts.</Description>
<PackageProjectUrl>https://github.com/DueDine/ContactsTracker</PackageProjectUrl>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
Expand Down

0 comments on commit aac50da

Please sign in to comment.