Skip to content

Commit 8871be8

Browse files
committed
👷 upload artifacts for binary build
1 parent 9da516c commit 8871be8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/binary.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373
run: |
7474
cargo build --bin r2s-v2proxy --release --target '${{ matrix.target }}'
7575
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
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
8484

8585
clippy-check:
8686
name: Check

0 commit comments

Comments
 (0)