Skip to content

Revert "添加更多构建时的版本信息,包括对CI配置的修改" 是压缩啊啊,看错啦 #16

Revert "添加更多构建时的版本信息,包括对CI配置的修改" 是压缩啊啊,看错啦

Revert "添加更多构建时的版本信息,包括对CI配置的修改" 是压缩啊啊,看错啦 #16

Workflow file for this run

name: Build CI
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build with make
run: make --directory=./source/
- name: Upload executable file
uses: actions/upload-artifact@v4
with:
name: i18nglish-linux
path: ./source/i18nglish.out
if-no-files-found: error
retention-days: 1