We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498f4c6 commit 680a5cfCopy full SHA for 680a5cf
1 file changed
.github/workflows/ci.yml
@@ -54,17 +54,15 @@ jobs:
54
needs: build
55
runs-on: ubuntu-latest
56
57
- permissions:
58
- id-token: write
59
-
60
steps:
61
- name: Download artifacts
62
uses: actions/download-artifact@v5
63
with:
+ name: nupkg
64
path: artifacts
65
66
- name: Rename nupkg
67
- run: mv artifacts/nupkg/ValveKeyValue.*.nupkg artifacts/ValveKeyValue.nupkg
+ run: mv artifacts/ValveKeyValue.*.nupkg artifacts/ValveKeyValue.nupkg
68
69
- name: Display artifacts folder structure
70
run: ls -Rl
0 commit comments