File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2020 target : x86_64-unknown-linux-musl
2121 artifact_name : target/x86_64-unknown-linux-musl/release/richclip
2222 archive_type : tar
23+ ext : tar.gz
2324
2425 # # macOS builds
2526 - os : macos-latest
3031 target : aarch64-apple-darwin
3132 artifact_name : target/aarch64-apple-darwin/release/richclip
3233 archive_type : tar
34+ ext : tar.gz
3335
3436 steps :
3537 - uses : actions/checkout@v4
4850 uses :
TheDoctor0/[email protected] 4951 with :
5052 type : ${{ matrix.archive_type }}
51- dir : target/release
53+ dir : target/${{ matrix.target }}/ release
5254 path : richclip
53- filename : richclip_${{ github.ref_name }}_${{ matrix.target }}.${{ matrix.archive_type }}
55+ filename : richclip_${{ github.ref_name }}_${{ matrix.target }}.${{ matrix.ext }}
5456 exclusions : ' *.git* /*node_modules/* .editorconfig'
5557
5658 - name : Upload artifacts
You can’t perform that action at this time.
0 commit comments