Skip to content

Fix macos artifact error (#5) #3

Fix macos artifact error (#5)

Fix macos artifact error (#5) #3

Workflow file for this run

name: release
permissions: write-all
on:
push:
tags: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: '2.9.9'
actions-cache-folder: '.xmake-cache'
- name: Upload binaries
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
xmake lua release.lua