Skip to content

Commit 97953de

Browse files
committed
style: renamed prj dirs to prj-src
1 parent 3987d34 commit 97953de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
with:
2222
RUSTTARGET: ${{ matrix.target }}
23-
EXTRA_FILES: "${{matrix.project}}/README.md forReadme/${{matrix.project}}.gif"
24-
SRC_DIR: ${{ matrix.project }}
23+
EXTRA_FILES: "${{matrix.project}}-src/README.md forReadme/${{matrix.project}}.gif"
24+
SRC_DIR: "${{matrix.project}}-src"
2525
TOOLCHAIN_VERSION: "nightly"
2626
ARCHIVE_NAME: "${{matrix.project}}-release-${{matrix.target}}"

README.md

Lines changed: 7 additions & 7 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)