Skip to content

Commit

Permalink
ci: increase retention of master branch build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed May 8, 2024
1 parent e2c5dd5 commit 9fc93c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,21 @@ jobs:
with:
name: hale studio (Linux)
path: build/target/hale-studio-*linux*.tar.gz
retention-days: 10
retention-days: 90

- name: Upload hale studio build (Windows)
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: hale studio (Windows)
path: build/target/hale-studio-*win32*.zip
retention-days: 10
retention-days: 90

- name: Upload hale studio build (macos)
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: hale studio (macos)
path: build/target/hale-studio-*macosx*.dmg
retention-days: 10
retention-days: 90

- name: Install AWS CLI
uses: unfor19/install-aws-cli-action@e8b481e524a99f37fbd39fdc1dcb3341ab091367 # v1.0.7
Expand Down

0 comments on commit 9fc93c3

Please sign in to comment.