File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v2
1111
12- - name : Download brr
13- env :
14- TAG : 0.0.11
15- run : |
16- env
17- curl -L https://github.com/buildrecall/brr/releases/download/$TAG/brr-$TAG-x86_64-unknown-linux-musl -o /tmp/brr
18- sudo mv /tmp/brr /usr/bin/brr
19- sudo chmod +x /usr/bin/brr
20- brr
12+ # - name: Download brr
13+ # env:
14+ # TAG: 0.0.11
15+ # run: |
16+ # env
17+ # curl -L https://github.com/buildrecall/brr/releases/download/$TAG/brr-$TAG-x86_64-unknown-linux-musl -o /tmp/brr
18+ # sudo mv /tmp/brr /usr/bin/brr
19+ # sudo chmod +x /usr/bin/brr
20+ # brr
2121
22- - name : brr build
23- env :
24- BUILDRECALL_API_KEY : ${{ secrets.BUILDRECALL_API_KEY }}
25- run : |
26- brr run build musl
22+ # - name: brr build
23+ # env:
24+ # BUILDRECALL_API_KEY: ${{ secrets.BUILDRECALL_API_KEY }}
25+ # run: |
26+ # brr run build musl
2727
28- # - uses: actions-rs/toolchain@v1
29- # with:
30- # toolchain: stable
31- # - uses: actions-rs/cargo@v1
32- # with:
33- # command: build
34- # args: --release
28+ - uses : actions-rs/toolchain@v1
29+ with :
30+ toolchain : stable
31+ - uses : actions-rs/cargo@v1
32+ with :
33+ command : build
34+ args : --release
3535
3636 - name : Upload binaries to release
3737 uses : svenstaro/upload-release-action@v2
3838 with :
3939 repo_token : ${{ secrets.GITHUB_TOKEN }}
40- # file: target/release/brr
41- file : target/x86_64-unknown-linux-musl/release/brr
40+ file : target/release/brr
41+ # file: target/x86_64-unknown-linux-musl/release/brr
4242 asset_name : brr-$tag-x86_64-unknown-linux-musl
4343 tag : ${{ github.ref }}
4444 overwrite : true
You can’t perform that action at this time.
0 commit comments