Skip to content

Commit 78d2d9d

Browse files
committed
Show release contents
1 parent fe16ced commit 78d2d9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/rust.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ jobs:
6060
with:
6161
submodules: true
6262
- run: cargo nbuild test
63+
prep-release:
64+
runs-on: ubuntu-latest
65+
needs: [binaries, linux-library, windows-library, run-tests]
66+
steps:
67+
- run: mkdir ./release
68+
- uses: actions/download-artifact@v4
69+
with:
70+
path: ./release
71+
- run: ls -lR ./release
6372
release:
6473
runs-on: ubuntu-latest
6574
needs: [binaries, linux-library, windows-library, run-tests]

0 commit comments

Comments
 (0)