28277cf90d · 2021-07-16 11:03:34 +08:00
94 Commits
2020-07-17 11:45:52 +08:00
2021-07-16 11:03:34 +08:00
2021-07-16 10:42:43 +08:00
2021-07-16 10:42:43 +08:00
2021-05-11 11:45:17 +08:00
2020-03-20 20:40:54 +08:00
2020-07-17 11:45:52 +08:00
2020-07-17 11:45:52 +08:00
2020-07-07 21:53:34 +08:00
2019-09-30 21:16:13 +08:00
2021-07-16 10:54:43 +08:00
2021-07-16 11:03:34 +08:00
2020-11-17 22:31:36 +08:00
2020-07-17 11:45:52 +08:00
2020-07-17 11:57:35 +08:00
2021-07-16 10:42:43 +08:00

GitHub Action - Setup xmake

Build status GitHub release (latest by date)

Set up your GitHub Actions workflow with a specific version of xmake

Usage

See action.yml.

Example

Use latest version:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: latest

Use specified version:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: '2.5.3'

Use specified branch:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: branch@master

Use semver:

uses: xmake-io/github-action-setup-xmake@v1
with:
  xmake-version: '>=2.2.6 <=2.5.3'

Contributing

Prepare development environment

yarn init

Draft a new release

yarn release
git add .
yarn version

# for a minor version or patch of v1
git tag --delete v1
git tag v1

git push origin master
git push --tags --force
S
Description
No description provided
Readme GPL-3.0 7.2 MiB
v2 Latest
2026-07-04 00:12:13 +08:00
Languages
TypeScript 99.4%
Lua 0.3%
C++ 0.2%
JavaScript 0.1%