We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2e057 commit 733c0ebCopy full SHA for 733c0eb
.github/workflows/release.yml
@@ -101,14 +101,9 @@ jobs:
101
needs: [ variables ]
102
runs-on: ubuntu-latest
103
steps:
104
- - uses: actions/download-artifact@v3
105
- with:
106
- name: ${{ needs.variables.outputs.BUILD_NAME }}
107
-
108
- name: Create Release
109
uses: softprops/action-gh-release@v1
110
with:
111
- files: ${{ needs.variables.outputs.BUILD_NAME }}.zip
112
body: |
113
# ${{ needs.variables.outputs.UNITY_VERSION }}
114
## Changes
0 commit comments