From 51abf9b333d179fb3ad409e8351941a0b02e3697 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 7 Oct 2023 17:35:54 +0800 Subject: [PATCH] rename homebrew subdirctory --- .github/workflows/ci.yml | 4 ++-- .github/workflows/grcov.yml | 4 ++-- {homebrew-formula => HomebrewFormula}/martin.rb | 0 martin/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename {homebrew-formula => HomebrewFormula}/martin.rb (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e094397e8..a67acba26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,14 @@ on: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' pull_request: branches: [ main ] paths-ignore: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' release: types: [ published ] workflow_dispatch: diff --git a/.github/workflows/grcov.yml b/.github/workflows/grcov.yml index b4a61db40..4d7f22b44 100644 --- a/.github/workflows/grcov.yml +++ b/.github/workflows/grcov.yml @@ -7,14 +7,14 @@ on: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' pull_request: branches: [ main ] paths-ignore: - '**.md' - 'demo/**' - 'docs/**' - - 'homebrew-formula/**' + - 'HomebrewFormula/**' workflow_dispatch: jobs: diff --git a/homebrew-formula/martin.rb b/HomebrewFormula/martin.rb similarity index 100% rename from homebrew-formula/martin.rb rename to HomebrewFormula/martin.rb diff --git a/martin/Cargo.toml b/martin/Cargo.toml index 8e0d30213..727317cea 100644 --- a/martin/Cargo.toml +++ b/martin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "martin" -# Make sure to update /home/nyurik/dev/rust/martin/homebrew-formula/martin.rb version +# Make sure to update /home/nyurik/dev/rust/martin/HomebrewFormula/martin.rb version # Once the release is published with the hash version = "0.9.1" authors = ["Stepan Kuzmin ", "Yuri Astrakhan ", "MapLibre contributors"]