Skip to content

Commit 680a5cf

Browse files
committed
Fix download-artifact garbage
1 parent 498f4c6 commit 680a5cf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,15 @@ jobs:
5454
needs: build
5555
runs-on: ubuntu-latest
5656

57-
permissions:
58-
id-token: write
59-
6057
steps:
6158
- name: Download artifacts
6259
uses: actions/download-artifact@v5
6360
with:
61+
name: nupkg
6462
path: artifacts
6563

6664
- name: Rename nupkg
67-
run: mv artifacts/nupkg/ValveKeyValue.*.nupkg artifacts/ValveKeyValue.nupkg
65+
run: mv artifacts/ValveKeyValue.*.nupkg artifacts/ValveKeyValue.nupkg
6866

6967
- name: Display artifacts folder structure
7068
run: ls -Rl

0 commit comments

Comments
 (0)