We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850611e commit 7f64d58Copy full SHA for 7f64d58
.github/workflows/release.yml
@@ -25,23 +25,5 @@ jobs:
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
RUSTTARGET: ${{ matrix.target }}
28
- EXTRA_FILES: "README.md"
29
- SRC_DIR: "hello"
30
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 }}
+ EXTRA_FILES: "README.md"
0 commit comments