add GitHub action release

This commit is contained in:
2025-04-12 16:45:34 +02:00
parent 5a511ea3f3
commit 3e8b261a59
2 changed files with 14 additions and 2 deletions

12
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Release
on:
workflow_dispatch:
jobs:
release:
uses: swordsteel/hlaeja-common-workflows/.github/workflows/release.yml@master
secrets:
CI_BOT_PAT: ${{ secrets.CI_BOT_PAT }}
with:
TYPE: artifact

View File

@@ -23,8 +23,8 @@ To authenticate with Gradle to access repositories that require authentication,
Here's how you can do it: Here's how you can do it:
1. Open or create the `gradle.properties` file in your Gradle user home directory: 1. Open or create the `gradle.properties` file in your Gradle user home directory:
- On Unix-like systems (Linux, macOS), this directory is typically `~/.gradle/`. - On Unix-like systems (Linux, macOS), this directory is typically `~/.gradle/`.
- On Windows, this directory is typically `C:\Users\<YourUsername>\.gradle\`. - On Windows, this directory is typically `C:\Users\<YourUsername>\.gradle\`.
2. Add the following lines to the `gradle.properties` file: 2. Add the following lines to the `gradle.properties` file:
```properties ```properties
repository.user=your_user repository.user=your_user