Skip to content

Commit

Permalink
add zip of artifacts for pre-release
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Bossert <anb0s@anbos.de>
  • Loading branch information
anb0s committed Mar 27, 2022
1 parent dda91a8 commit 583cfba
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,24 @@ jobs:
clean: false
- name: Assign build.version.properties to env variable
run: cat site/updates/testing/build.version.properties >> $GITHUB_ENV
- name: 'Deploy build ${{ env.build_version_full }} for Pre-Release'
uses: actions/upload-artifact@v2
- name: 'Zip artifacts ${{ env.build_version_full }} for Pre-Release'
uses: papeloto/action-zip@v1
with:
name: EasyShell-${{ env.build_version_full }}
path: site/updates/testing/${{ env.build_version_path }}
files: site/updates/testing/${{ env.build_version_path }}
dest: EasyShell-${{ env.build_version_full }}.zip
- name: Pre-Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
prerelease: true
body: |
### Help wanted with testing of the build **${{ env.build_version_full }}**
### Testing of the build **${{ env.build_version_full }}**
It is available at the testing update site now: `http://anb0s.github.io/EasyShell/testing`
Exact version only site: `http://anb0s.github.io/EasyShell/testing/${{ env.build_version_path }}`
All version testing update site: `http://anb0s.github.io/EasyShell/testing`
Exact version only update site: `http://anb0s.github.io/EasyShell/testing/${{ env.build_version_path }}`
Version: `EasyShell ${{ env.build_version_full }}`
**Use "Help | Install New Software...", paste the link and select the right version!**
### All fixed issues
[milestone ${{ env.build_version_unqualified }}](https://github.com/anb0s/EasyShell/milestone/${{ env.build_version_milestone }}?closed=1)
[Milestone ${{ env.build_version_unqualified }}](https://github.com/anb0s/EasyShell/milestone/${{ env.build_version_milestone }}?closed=1)
files: EasyShell-${{ env.build_version_full }}.zip

0 comments on commit 583cfba

Please sign in to comment.