summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMister_X <MisterX2000@users.noreply.github.com>2025-04-05 14:43:20 +0200
committerMister_X <MisterX2000@users.noreply.github.com>2025-04-05 14:43:20 +0200
commit72413a67c0dc3a25a29d50efc2a3ff5cb06599a2 (patch)
treea81880144fda1efaf9248f118457ae4eb97f61e2 /.github/workflows
parentae173a8f24f267fb5e2dae96350ac782d5577663 (diff)
update dist path
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ant-build-release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ant-build-release.yaml b/.github/workflows/ant-build-release.yaml
index 13ed771b8..8d0d8c7f9 100644
--- a/.github/workflows/ant-build-release.yaml
+++ b/.github/workflows/ant-build-release.yaml
@@ -40,7 +40,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }} ${{ runner.arch }} Build
- path: dist/*
+ path: RELEASE/*
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
@@ -48,4 +48,4 @@ jobs:
with:
draft: true
generate_release_notes: true
- files: dist/*
+ files: RELEASE/*