Skip to content

Commit dda91a8

Browse files
committed
upload artifact for pre-release
Signed-off-by: Andre Bossert <[email protected]>
1 parent 7c7dd16 commit dda91a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pre_release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ 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
30+
with:
31+
name: EasyShell-${{ env.build_version_full }}
32+
path: site/updates/testing/${{ env.build_version_path }}
2833
- name: Pre-Release
2934
uses: softprops/action-gh-release@v1
3035
with:
@@ -42,4 +47,3 @@ jobs:
4247
### All fixed issues
4348
4449
[milestone ${{ env.build_version_unqualified }}](https://github.com/anb0s/EasyShell/milestone/${{ env.build_version_milestone }}?closed=1)
45-
artifacts: "site/updates/testing/${{ env.build_version_path }}"

0 commit comments

Comments
 (0)