mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added temporary second artifact upload
- we're changing the name but need to maintain compatibility until the new setup is live
This commit is contained in:
parent
85da9bdeb2
commit
b8c9ef5033
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -34,6 +34,12 @@ jobs:
|
|||
|
||||
- run: grunt release --skip-update
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ghost-canary
|
||||
path: .dist/release/*
|
||||
retention-days: 7
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ghost-latest
|
||||
|
|
Loading…
Reference in a new issue