diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c84ca6c..ab10b8d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -68,7 +68,7 @@ jobs: mv eigen-git-mirror-3.3.7 include wget https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz tar -zxvf v0.2.1.tar.gz - mv EigenRand/EigenRand include/ + mv EigenRand-0.2.1/EigenRand include/ - name: Deploy continue-on-error: True env: @@ -104,7 +104,7 @@ jobs: mv eigen-git-mirror-3.3.7 include Invoke-WebRequest -OutFile 3.3.7.tar.gz https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz tar -zxvf v0.2.1.tar.gz - mv EigenRand/EigenRand include/ + mv EigenRand-0.2.1/EigenRand include/ - name: Deploy continue-on-error: True env: diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index fb486a1..922ef1d 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -67,7 +67,7 @@ jobs: mv eigen-git-mirror-3.3.7 include wget https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz tar -zxvf v0.2.1.tar.gz - mv EigenRand/EigenRand include/ + mv EigenRand-0.2.1/EigenRand include/ - name: Deploy continue-on-error: True env: @@ -103,7 +103,7 @@ jobs: mv eigen-git-mirror-3.3.7 include Invoke-WebRequest -OutFile 3.3.7.tar.gz https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz tar -zxvf v0.2.1.tar.gz - mv EigenRand/EigenRand include/ + mv EigenRand-0.2.1/EigenRand include/ - name: Deploy continue-on-error: True env: diff --git a/.github/workflows/pull_request_test.yml b/.github/workflows/pull_request_test.yml index 38a9b0b..310d39d 100644 --- a/.github/workflows/pull_request_test.yml +++ b/.github/workflows/pull_request_test.yml @@ -65,7 +65,7 @@ jobs: mv eigen-git-mirror-3.3.7 include wget https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz tar -zxvf v0.2.1.tar.gz - mv EigenRand/EigenRand include/ + mv EigenRand-0.2.1/EigenRand include/ - name: Build run: | python -m pip install numpy @@ -101,7 +101,7 @@ jobs: mv eigen-git-mirror-3.3.7 include Invoke-WebRequest -OutFile 3.3.7.tar.gz https://github.com/bab2min/EigenRand/archive/v0.2.1.tar.gz tar -zxvf v0.2.1.tar.gz - mv EigenRand/EigenRand include/ + mv EigenRand-0.2.1/EigenRand include/ - name: Build run: | python -m pip install numpy