We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da516c commit 8871be8Copy full SHA for 8871be8
1 file changed
.github/workflows/binary.yml
@@ -73,14 +73,14 @@ jobs:
73
run: |
74
cargo build --bin r2s-v2proxy --release --target '${{ matrix.target }}'
75
76
- # - name: Upload artifact
77
- # continue-on-error: true
78
- # uses: actions/upload-artifact@v4
79
- # with:
80
- # name: r2s-v2proxy-${{ github.ref_type == 'tag' && github.ref_name || github.sha }}-${{ matrix.target }}
81
- # path: |
82
- # target/${{ matrix.target }}/release/r2s-v2proxy
83
- # retention-days: 1
+ - name: Upload artifact
+ continue-on-error: true
+ uses: actions/upload-artifact@v4
+ with:
+ name: r2s-v2proxy-${{ github.ref_type == 'tag' && github.ref_name || github.sha }}-${{ matrix.target }}
+ path: |
+ target/${{ matrix.target }}/release/r2s-v2proxy
+ retention-days: 1
84
85
clippy-check:
86
name: Check
0 commit comments