This commit is contained in:
parent
15c0c204f2
commit
7a8e1918b9
@ -2,6 +2,9 @@ name: link
|
|||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
env:
|
||||||
|
OAT_VERSION: "0.10.0"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
link-linux:
|
link-linux:
|
||||||
name: Link assets on Linux
|
name: Link assets on Linux
|
||||||
@ -23,6 +26,5 @@ jobs:
|
|||||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
|
echo "OAT_VERSION=${{ env.OAT_VERSION }}" >> $GITHUB_ENV
|
||||||
./.gitea/scripts/ci.sh
|
./.gitea/scripts/ci.sh
|
||||||
env:
|
|
||||||
OAT_VERSION: "0.10.0"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user