@@ -25,25 +25,24 @@ jobs:
2525 clean : false
2626 - name : Assign build.version.properties to env variable
2727 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
3030 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
3333 - name : Pre-Release
3434 uses : softprops/action-gh-release@v1
3535 with :
3636 generate_release_notes : true
3737 prerelease : true
3838 body : |
39- ### Help wanted with testing of the build **${{ env.build_version_full }}**
39+ ### Testing of the build **${{ env.build_version_full }}**
4040
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 }}`
4343 Version: `EasyShell ${{ env.build_version_full }}`
4444
4545 **Use "Help | Install New Software...", paste the link and select the right version!**
4646
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