This commit is contained in:
@ -3,7 +3,7 @@ name: link
|
||||
on: [push]
|
||||
|
||||
env:
|
||||
OAT_VERSION: "0.8.3"
|
||||
OAT_VERSION: "0.10.0"
|
||||
|
||||
jobs:
|
||||
link-linux:
|
||||
@ -28,3 +28,10 @@ jobs:
|
||||
cd ${{ github.workspace }}
|
||||
export OAT_VERSION=${{ env.OAT_VERSION }}
|
||||
./.gitea/scripts/ci.sh
|
||||
|
||||
- name: Upload assets
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: assets
|
||||
path: |
|
||||
zone_out/code_post_gfx_mp/code_post_gfx_mp.ff
|
||||
|
Reference in New Issue
Block a user