Skip to content

Commit edae3d5

Browse files
committed
I love github actions
1 parent c7c0ef5 commit edae3d5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)