Fix upload artifact
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.folder.outputs.package }}
|
name: ${{ steps.folder.outputs.folder }}
|
||||||
path: ${{ github.workspace }}/releases/${{ steps.folder.outputs.package }}
|
path: ${{ github.workspace }}/releases/${{ steps.folder.outputs.package }}
|
||||||
|
|
||||||
- name: Update the github release
|
- name: Update the github release
|
||||||
|
|||||||
Reference in New Issue
Block a user