Skip to content

Commit

Permalink
Ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxshang authored Dec 7, 2024
1 parent 2aefdfd commit e8f8b1d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [push]
on:
push:
tags:
- '*'
env:
MANDY_ENV: "production"

Expand All @@ -7,7 +10,7 @@ jobs:
test-matrix:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -59,4 +62,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Mandy Binary for Linux
path: mandy-linux-v.0.1.0.bin
path: mandy-linux-v.0.1.0.bin

0 comments on commit e8f8b1d

Please sign in to comment.