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 211b8b2 commit 136e1c6Copy full SHA for 136e1c6
1 file changed
.github/workflows/release.yml
@@ -143,17 +143,6 @@ jobs:
143
cd /home/runner/windowsBuild-x86_64
144
zip -r "/home/runner/${{ env.PROJECT_NAME }}-S3TC-windows-x86_64.zip" .
145
146
- - name: Download Windows ARM64 Build
147
- uses: actions/download-artifact@main
148
- with:
149
- name: windowsBuild-arm64-ASTC
150
- path: /home/runner/windowsBuild-arm64
151
-
152
- - name: Zip Windows ARM64 Build For Release
153
- run: |
154
- cd /home/runner/windowsBuild-arm64
155
- zip -r "/home/runner/${{ env.PROJECT_NAME }}-ASTC-windows-arm64.zip" .
156
157
- name: Publish The Release
158
uses: softprops/action-gh-release@v2
159
with:
0 commit comments