Skip to content

Commit 136e1c6

Browse files
authored
Update release.yml
1 parent 211b8b2 commit 136e1c6

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,6 @@ jobs:
143143
cd /home/runner/windowsBuild-x86_64
144144
zip -r "/home/runner/${{ env.PROJECT_NAME }}-S3TC-windows-x86_64.zip" .
145145
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-
157146
- name: Publish The Release
158147
uses: softprops/action-gh-release@v2
159148
with:

0 commit comments

Comments
 (0)