diff options
| author | William Boman <william@redwill.se> | 2023-04-22 12:22:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 12:22:54 +0200 |
| commit | e239c6439cad2f4c9bd247775815e0be3741621c (patch) | |
| tree | 188a3c704a280c396f0534d068d1f9f393255a27 /.github/workflows/selene.yml | |
| parent | chore: autogenerate (#1245) (diff) | |
| download | mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.gz mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.bz2 mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.lz mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.xz mason-e239c6439cad2f4c9bd247775815e0be3741621c.tar.zst mason-e239c6439cad2f4c9bd247775815e0be3741621c.zip | |
chore: remove generate scripts and artifacts (#1246)
Diffstat (limited to '.github/workflows/selene.yml')
| -rw-r--r-- | .github/workflows/selene.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/selene.yml b/.github/workflows/selene.yml index 5a71f629..097c7c86 100644 --- a/.github/workflows/selene.yml +++ b/.github/workflows/selene.yml @@ -16,5 +16,5 @@ jobs: with: # token is needed because the action allegedly downloads binary from github releases token: ${{ secrets.GITHUB_TOKEN }} - args: lua/ tests/ scripts/ + args: lua/ tests/ version: 0.24.0 |
