diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae6fd1f..645afe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Build (CI) +name: Build on: push: @@ -15,7 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout Repository + uses: actions/checkout@v4 - name: Set up Java uses: actions/setup-java@v4 diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 8b30e86..291c405 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -1,4 +1,4 @@ -name: Build & Publish +name: Build & Upload on: push: @@ -10,7 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout Repository + uses: actions/checkout@v4 - name: Set up Java uses: actions/setup-java@v4 diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 8d280ec..90ef4f5 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -1,4 +1,4 @@ -name: Build & Publish +name: Build & Deploy on: push: @@ -13,7 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout Repository + uses: actions/checkout@v4 with: fetch-tags: true @@ -47,7 +48,7 @@ jobs: if git show-ref --tags --verify --quiet "refs/tags/${VERSION}"; then echo "Version ${VERSION} was already released" - exit 0 + exit 1 fi - name: Release artifacts diff --git a/.gitignore b/.gitignore index cfd0ada..07c9b32 100644 --- a/.gitignore +++ b/.gitignore @@ -28,42 +28,8 @@ hs_err_pid* # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# User-specific stuff -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf - -# Generated files -.idea/**/contentModel.xml -.idea/.name - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml - -# Gradle -.idea/**/gradle.xml -.idea/**/libraries - -# Gradle and Maven with auto-import -# When using Gradle or Maven with auto-import, you should exclude module files, -# since they will be recreated, and may cause churn. Uncomment if using -# auto-import. -# .idea/artifacts -# .idea/compiler.xml -# .idea/jarRepositories.xml -# .idea/modules.xml -# .idea/*.iml -# .idea/modules -# *.iml -# *.ipr +.idea +!.idea/runConfigurations # CMake cmake-build-*/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index c074b8e..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/../../../../../../../:\Users\coles\IdeaProjects\kordex\template\.idea/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 1533e95..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml deleted file mode 100644 index cd711a0..0000000 --- a/.idea/discord.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/file.template.settings.xml b/.idea/file.template.settings.xml deleted file mode 100644 index 550b607..0000000 --- a/.idea/file.template.settings.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - -