Attempt to make make GitHub Actions work

This commit is contained in:
Raymond Hill 2020-12-09 11:09:14 -05:00
parent 6691282bc2
commit 210fbf9353
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -23,7 +23,7 @@ jobs:
popd
- name: Set version
run: |
echo "VERSION=${{ format(github.ref, 'refs/tags/', '') }}" >> $GITHUB_ENV
echo "VERSION=$(basename -- ${{ github.ref }})" >> $GITHUB_ENV
- name: Build all packages
run: |
tools/make-chromium.sh $VERSION