|
|
@ -285,9 +285,13 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/download-artifact@v4
|
|
|
|
- uses: actions/download-artifact@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
path: './public'
|
|
|
|
path: './'
|
|
|
|
name: ${{ github.sha }}
|
|
|
|
name: ${{ github.sha }}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Expand archived asset artifacts
|
|
|
|
|
|
|
|
run: |
|
|
|
|
|
|
|
|
tar xvzf artifacts.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up Ruby environment
|
|
|
|
- name: Set up Ruby environment
|
|
|
|
uses: ./.github/actions/setup-ruby
|
|
|
|
uses: ./.github/actions/setup-ruby
|
|
|
|
with:
|
|
|
|
with:
|
|
|
@ -405,7 +409,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/download-artifact@v4
|
|
|
|
- uses: actions/download-artifact@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
path: './public'
|
|
|
|
path: './'
|
|
|
|
name: ${{ github.sha }}
|
|
|
|
name: ${{ github.sha }}
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up Ruby environment
|
|
|
|
- name: Set up Ruby environment
|
|
|
|