We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ad1e7 commit 2bdbe59Copy full SHA for 2bdbe59
.github/workflows/pre_release.yml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
generate_release_notes: true
32
prerelease: true
33
+ replacesArtifacts: true
34
body: |
35
### Help wanted with testing of the build **${{ env.build_version_full }}**
36
@@ -42,4 +43,4 @@ jobs:
42
43
### All fixed issues
44
45
[milestone ${{ env.build_version_unqualified }}](https://github.com/anb0s/EasyShell/milestone/${{ env.build_version_milestone }}?closed=1)
- artifacts: "${{ env.build_version_path }}"
46
+ artifacts: "site/updates/testing/${{ env.build_version_path }}"
0 commit comments