This commit is contained in:
@@ -73,8 +73,7 @@ jobs:
|
|||||||
- name: Build Unlocker
|
- name: Build Unlocker
|
||||||
run: cmake --build build --target dbd-unlocker
|
run: cmake --build build --target dbd-unlocker
|
||||||
|
|
||||||
- name: Package Release
|
- name: Package Build
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
|
||||||
run: |
|
run: |
|
||||||
EXE=$(find build -name "*.exe" | head -1)
|
EXE=$(find build -name "*.exe" | head -1)
|
||||||
mkdir -p release
|
mkdir -p release
|
||||||
@@ -82,6 +81,12 @@ jobs:
|
|||||||
cp res/*.json release/
|
cp res/*.json release/
|
||||||
cd release && zip -j ../unlocker.zip *
|
cd release && zip -j ../unlocker.zip *
|
||||||
|
|
||||||
|
- name: Upload Artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: unlocker-build
|
||||||
|
path: unlocker.zip
|
||||||
|
|
||||||
- name: Create Gitea Release
|
- name: Create Gitea Release
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user