Skip to content

Commit 7f64d58

Browse files
authored
Update release.yml
1 parent 850611e commit 7f64d58

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/release.yml

+1-19
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,5 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
RUSTTARGET: ${{ matrix.target }}
28-
EXTRA_FILES: "README.md"
29-
SRC_DIR: "hello"
3028
ARCHIVE_TYPES: ${{ matrix.archive }}
31-
PRE_BUILD: "pre_build.sh"
32-
POST_BUILD: "test/post_build.sh"
33-
MINIFY: "yes"
34-
release_without_not_required:
35-
name: release ${{ matrix.target }}
36-
runs-on: ubuntu-latest
37-
strategy:
38-
fail-fast: true
39-
matrix:
40-
target: [x86_64-unknown-linux-musl]
41-
steps:
42-
- uses: actions/checkout@master
43-
- name: Compile and release
44-
uses: rust-build/rust-build.action@master
45-
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
RUSTTARGET: ${{ matrix.target }}
29+
EXTRA_FILES: "README.md"

0 commit comments

Comments
 (0)