Skip to content

Commit

Permalink
Merge pull request #4 from Xilophor/fix-workflow
Browse files Browse the repository at this point in the history
Fix GitHub Workflows II - Electric Boogaloo
  • Loading branch information
RugbugRedfern committed Apr 8, 2024
2 parents d78bd38 + 35fc745 commit c1add80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ jobs:
env:
TCLI_AUTH_TOKEN: ${{ secrets.THUNDERSTORE_API_TOKEN }}
run: |
dotnet tcli publish --config-path MyceliumNetworking/ts-assets/thunderstore.toml --file MyceliumNetworking/dist/*.zip
dotnet tcli publish --config-path ./MyceliumNetworkingForCW/ts-assets/thunderstore.toml --file ./MyceliumNetworkingForCW/dist/*.zip
3 changes: 2 additions & 1 deletion MyceliumNetworkingForCW/MyceliumNetworkingForCW.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<PackageIcon>icon_128x128.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>CC-BY-NC-SA-4.0</PackageLicenseExpression>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>

<PackageProjectUrl>https://thunderstore.io/c/content-warning/p/RugbugRedfern/MyceliumNetworking/</PackageProjectUrl>
<RepositoryUrl>https://github.com/RugbugRedfern/Mycelium-Networking-For-Content-Warning</RepositoryUrl>
Expand Down Expand Up @@ -77,6 +77,7 @@
<ItemGroup>
<None Include="$(ProjectDir)../README.md" Pack="true" PackagePath="/" />
<None Include="$(ProjectDir)./ts-assets/icon_128x128.png" Pack="true" PackagePath="/" />
<None Include="$(ProjectDir)../LICENSE.txt" Pack="true" PackagePath="/"/>
</ItemGroup>

<!-- Primary Package References -->
Expand Down

0 comments on commit c1add80

Please sign in to comment.