Skip to content

Commit 1170084

Browse files
committed
2 parents e1b8a89 + 56cb988 commit 1170084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: dotnet nuget push "**/*.nupkg" -k ${{ steps.login.outputs.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
7171

7272
- name: Publish artifact
73-
uses: actions/upload-artifact@master
73+
uses: actions/upload-artifact@v5
7474
with:
7575
name: packaged-template
7676
path: ./src/package

src/templatepack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<IncludeContentInPack>true</IncludeContentInPack>
1717
<IncludeBuildOutput>false</IncludeBuildOutput>
1818
<ContentTargetFolders>content</ContentTargetFolders>
19-
<Version>1.1.11</Version>
19+
<Version>1.3.0</Version>
2020
<PackageReadmeFile>README.md</PackageReadmeFile>
2121
</PropertyGroup>
2222

0 commit comments

Comments
 (0)