[skip ci] Update multi-arch nightly build script, too.

This commit is contained in:
Adam Warner 2021-05-12 20:14:52 +01:00 committed by GitHub
parent 60063a81fd
commit 3acf505a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -46,12 +46,19 @@ jobs:
path: .gh-workspace
publish:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
needs: test-and-build
steps:
- name: Checkout Repo
uses: actions/checkout@v2
with:
ref: dev
- name: Patching Versions File
run: |
git checkout -b nightly
echo "CORE_VERSION=development" > VERSIONS
echo "WEB_VERSION=devel" >> VERSIONS
echo "FTL_VERSION=development" >> VERSIONS
- name: Download workspace files
uses: actions/download-artifact@v1
with: