Skip to content

Commit

Permalink
Merge pull request #93 from izumiya-keisuke/workflow
Browse files Browse the repository at this point in the history
[bug] workflow
  • Loading branch information
24ik authored Mar 2, 2024
2 parents cd08b5f + 448df75 commit fc78db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- run: nimble -y install -p:-d:danger -p:-d:pon2.avx2=false -p:-d:pon2.bmi2=false
if: runner.os == 'macOS'
- run: nimble -y install -p:-d:danger
- run: nimble -y install -p:"-d:danger"
if: runner.os != 'macOS'

- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion pon2.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.12.3"
version = "0.12.4"
author = "Keisuke Izumiya"
description = "Puyo Puyo and Nazo Puyo Application"
license = "Apache-2.0"
Expand Down

0 comments on commit fc78db2

Please sign in to comment.