Skip to content

Commit

Permalink
Update Retention for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLastBreath committed Dec 24, 2024
1 parent 56daaff commit 2a459f6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
- name: MacOS Silicon
os: macos-latest
artifactsPath: ./src/dist/*.zip
- name: Windows_dir
os: windows-latest
artifactsPath: ./src/dist/*.zip
- name: Linux_dir
os: ubuntu-20.04
artifactsPath: ./src/dist/*.zip
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -63,6 +57,7 @@ jobs:
with:
name: artifacts-${{ matrix.name }}
path: ./src/dist
retention-days: 7
- name: Publish release
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 2a459f6

Please sign in to comment.