Skip to content

Commit

Permalink
Merge branch 'main' of github.com:araraloren/findsource
Browse files Browse the repository at this point in the history
  • Loading branch information
araraloren committed Apr 7, 2022
2 parents 4988c8c + c6eb29d commit 9a7ceb6
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,4 @@ jobs:
PRE_BUILD: "pre_build.sh"
POST_BUILD: "test/post_build.sh"
MINIFY: "yes"
release_without_not_required:
name: release ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
target: [x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
FS_BUILD_CONFIG_DIR: config

0 comments on commit 9a7ceb6

Please sign in to comment.