File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,14 @@ jobs:
5858 id-token : write
5959
6060 steps :
61- - name : Create artifacts directory
62- run : mkdir -p artifacts
63-
6461 - name : Download artifacts
6562 uses : actions/download-artifact@v5
66- id : download
6763 with :
64+ name : nupkg
6865 path : artifacts
6966
7067 - name : Rename nupkg
71- run : mv ${{ steps.download.outputs.download-path }}/nupkg /ValvePak.*.nupkg artifacts/ValvePak.nupkg
68+ run : mv artifacts /ValvePak.*.nupkg artifacts/ValvePak.nupkg
7269
7370 - name : Display artifacts folder structure
7471 run : ls -Rl
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <ProjectBaseVersion >3.0.1 </ProjectBaseVersion >
3+ <ProjectBaseVersion >3.0.2 </ProjectBaseVersion >
44 <ProjectVersion Condition =" '$(GITHUB_RUN_NUMBER)' != ''" >$(ProjectBaseVersion).$(GITHUB_RUN_NUMBER)</ProjectVersion >
55 <ProjectVersion Condition =" '$(GITHUB_RUN_NUMBER)' == ''" >$(ProjectBaseVersion).0</ProjectVersion >
66
You can’t perform that action at this time.
0 commit comments