Skip to content

Commit

Permalink
fix: wrong src dir
Browse files Browse the repository at this point in the history
Signed-off-by: widnyana <[email protected]>
  • Loading branch information
widnyana committed Mar 30, 2023
1 parent b2ed515 commit d554548
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md"
SRC_DIR: "hello"
EXTRA_FILES: "README.md LICENSE"
SRC_DIR: "src"
ARCHIVE_TYPES: ${{ matrix.archive }}
PRE_BUILD: "pre_build.sh"
POST_BUILD: "test/post_build.sh"
MINIFY: "yes"

0 comments on commit d554548

Please sign in to comment.