Skip to content

Commit

Permalink
Increase action build retention
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Aug 31, 2024
1 parent ab33d4c commit 9a21292
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Build
run: cargo build --verbose --release --target "$rust_target"
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v4
with:
name: server-wrapper-${{ steps.init.outputs.sha7 }}-${{ env.rust_target }}
path: target/${{ env.rust_target }}/release/server-wrapper
path: target/${{ env.rust_target }}/release/server-wrapper
retention-days: 90

0 comments on commit 9a21292

Please sign in to comment.