Skip to content

Commit

Permalink
更正工作流构件名称
Browse files Browse the repository at this point in the history
构件保存时间缩短到2周
  • Loading branch information
zerodegress committed Feb 10, 2024
1 parent c7a03ab commit d1fe67d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
uses: actions/upload-artifact@v4
with:
name: x86_64-windows-msvc-rw_rjr-nightly.exe
path: target/release/rw_rjr.exe
name: x86_64-windows-msvc-rws_rjr-nightly.exe
path: target/release/rws_rjr.exe
retention-days: 14
- name: Upload Artifact | Linux
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: actions/upload-artifact@v4
with:
name: x86_64-linux-gnu-rw_rjr-nightly
path: target/release/rw_rjr
name: x86_64-linux-gnu-rws_rjr-nightly
path: target/release/rws_rjr
retention-days: 14


0 comments on commit d1fe67d

Please sign in to comment.