Skip to content

Commit 2bdbe59

Browse files
committed
fix artrifacts path
Signed-off-by: Andre Bossert <anb0s@anbos.de>
1 parent b4ad1e7 commit 2bdbe59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
generate_release_notes: true
3232
prerelease: true
33+
replacesArtifacts: true
3334
body: |
3435
### Help wanted with testing of the build **${{ env.build_version_full }}**
3536
@@ -42,4 +43,4 @@ jobs:
4243
### All fixed issues
4344
4445
[milestone ${{ env.build_version_unqualified }}](https://github.com/anb0s/EasyShell/milestone/${{ env.build_version_milestone }}?closed=1)
45-
artifacts: "${{ env.build_version_path }}"
46+
artifacts: "site/updates/testing/${{ env.build_version_path }}"

0 commit comments

Comments
 (0)