Remove artifact upload from build.yml
Removed artifact upload steps from build workflow.
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -19,14 +19,6 @@ jobs:
|
|||||||
- run: mkdir staging && cp build/libs/*.jar staging
|
- run: mkdir staging && cp build/libs/*.jar staging
|
||||||
- run: cd build/libs && md5sum *.jar > ../../md5sum.txt
|
- run: cd build/libs && md5sum *.jar > ../../md5sum.txt
|
||||||
- run: echo "filename=`ls build/libs/*.jar |xargs basename`" >> $GITHUB_ENV
|
- run: echo "filename=`ls build/libs/*.jar |xargs basename`" >> $GITHUB_ENV
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: ${{ env.filename }}
|
|
||||||
path: staging
|
|
||||||
- uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: md5sum.txt
|
|
||||||
path: md5sum.txt
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|||||||
Reference in New Issue
Block a user