Skip to content

Commit 324b0d7

Browse files
committed
hopefully a functional release
1 parent 3206284 commit 324b0d7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
uses: actions/upload-artifact@v4
4343
with:
4444
name: PluginRepoZip
45-
path: ${{ env.INTERNAL_NAME }}/bin/${{ env.CONFIGURATION }}/portable/${{ env.INTERNAL_NAME }}
45+
path: ${{ env.INTERNAL_NAME }}/bin/${{ env.CONFIGURATION }}/${{ env.INTERNAL_NAME }}
4646
if-no-files-found: error
4747
retention-days: 14

XIVComboVX/XIVComboVX.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
<PropertyGroup>
44
<Product>XIVComboVX</Product>
55
<Authors>VariableVixen, FrigidWalrus, attick, daemitus</Authors>
6-
<Version>9.33.9</Version>
6+
<Version>9.34.0</Version>
77
<Description>This plugin condenses various abilities onto single buttons.</Description>
88
<PackageProjectUrl>https://github.com/VariableVixen/XIVComboPlugin</PackageProjectUrl>
99
<Copyright>Copyleft attick 2020 baybeeee</Copyright>
10-
<TargetFramework>net10.0-windows7.0</TargetFramework>
1110
</PropertyGroup>
1211

1312
<Import Project="dalamud.props" />

0 commit comments

Comments
 (0)