@@ -25,25 +25,24 @@ jobs:
25
25
clean : false
26
26
- name : Assign build.version.properties to env variable
27
27
run : cat site/updates/testing/build.version.properties >> $GITHUB_ENV
28
- - name : ' Deploy build ${{ env.build_version_full }} for Pre-Release'
29
- uses : actions/upload-artifact@v2
28
+ - name : ' Zip artifacts ${{ env.build_version_full }} for Pre-Release'
29
+ uses : papeloto/action-zip@v1
30
30
with :
31
- name : EasyShell- ${{ env.build_version_full }}
32
- path : site/updates/testing/ ${{ env.build_version_path }}
31
+ files : site/updates/testing/ ${{ env.build_version_path }}
32
+ dest : EasyShell- ${{ env.build_version_full }}.zip
33
33
- name : Pre-Release
34
34
uses : softprops/action-gh-release@v1
35
35
with :
36
36
generate_release_notes : true
37
37
prerelease : true
38
38
body : |
39
- ### Help wanted with testing of the build **${{ env.build_version_full }}**
39
+ ### Testing of the build **${{ env.build_version_full }}**
40
40
41
- It is available at the testing update site now : `http://anb0s.github.io/EasyShell/testing`
42
- Exact version only site: `http://anb0s.github.io/EasyShell/testing/${{ env.build_version_path }}`
41
+ All version testing update site: `http://anb0s.github.io/EasyShell/testing`
42
+ Exact version only update site: `http://anb0s.github.io/EasyShell/testing/${{ env.build_version_path }}`
43
43
Version: `EasyShell ${{ env.build_version_full }}`
44
44
45
45
**Use "Help | Install New Software...", paste the link and select the right version!**
46
46
47
- ### All fixed issues
48
-
49
- [milestone ${{ env.build_version_unqualified }}](https://github.com/anb0s/EasyShell/milestone/${{ env.build_version_milestone }}?closed=1)
47
+ [Milestone ${{ env.build_version_unqualified }}](https://github.com/anb0s/EasyShell/milestone/${{ env.build_version_milestone }}?closed=1)
48
+ files : EasyShell-${{ env.build_version_full }}.zip
0 commit comments