Compare commits

..

No commits in common. "54f484b1977b2c9779a96f4b9a45fd4f827801dc" and "fb50d75d387bf93a6be043cf9104fb3079e3f824" have entirely different histories.

View File

@ -61,7 +61,7 @@ jobs:
conan install . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release --build=missing
conan create . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan
conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}
conan upload --remote=origin ehs
- name: Generating Documentation
@ -99,10 +99,10 @@ jobs:
- name: Generating Package
run: |
cd ${{ gitea.workspace }}
conan install . --profile:host ./profiles/Linux_AARCH64_Release --profile:build ./profiles/Linux_AARCH64_Release --build=missing
conan create . --profile:host ./profiles/Linux_AARCH64_Release --profile:build ./profiles/Linux_AARCH64_Release
conan install . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release --build=missing
conan create . --profile:host ./profiles/Linux_x86_64_Release --profile:build ./profiles/Linux_x86_64_Release
conan remote add origin https://gitea.eventhorizonstudio.io/api/packages/EHS/conan
conan remote login origin --username ${{secrets.CONAN_USERNAME}} --password ${{secrets.CONAN_TOKEN}}
conan user --remote origin --password ${{secrets.CONAN_TOKEN}} ${{secrets.CONAN_USERNAME}}
conan upload --remote=origin ehs
- name: Generating Documentation