We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7dd16 commit dda91a8Copy full SHA for dda91a8
.github/workflows/pre_release.yml
@@ -25,6 +25,11 @@ jobs:
25
clean: false
26
- name: Assign build.version.properties to env variable
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
30
+ with:
31
+ name: EasyShell-${{ env.build_version_full }}
32
+ path: site/updates/testing/${{ env.build_version_path }}
33
- name: Pre-Release
34
uses: softprops/action-gh-release@v1
35
with:
@@ -42,4 +47,3 @@ jobs:
42
47
### All fixed issues
43
48
44
49
[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