Update build.yaml

This commit is contained in:
Andrea Cavalli 2020-12-26 12:45:53 +01:00
parent 643c8de174
commit 0bf91abb49

View File

@ -51,8 +51,8 @@ jobs:
shell: bash shell: bash
run: | run: |
# ====== Variables # ====== Variables
REVISION=${{ github.run_number }} export REVISION=${{ github.run_number }}
GH_MATRIX_ARCH=${{ matrix.arch }} export GH_MATRIX_ARCH=${{ matrix.arch }}
echo "$(realpath .)" echo "$(realpath .)"
ls -alch . ls -alch .