Skip to content

Commit 733c0eb

Browse files
committed
Fix create new release action
1 parent bc2e057 commit 733c0eb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,9 @@ jobs:
101101
needs: [ variables ]
102102
runs-on: ubuntu-latest
103103
steps:
104-
- uses: actions/download-artifact@v3
105-
with:
106-
name: ${{ needs.variables.outputs.BUILD_NAME }}
107-
108104
- name: Create Release
109105
uses: softprops/action-gh-release@v1
110106
with:
111-
files: ${{ needs.variables.outputs.BUILD_NAME }}.zip
112107
body: |
113108
# ${{ needs.variables.outputs.UNITY_VERSION }}
114109
## Changes

0 commit comments

Comments
 (0)