Update deploy.yml

This commit is contained in:
Alex Spataru 2024-05-05 00:55:33 -05:00 committed by GitHub
parent 35199fc749
commit f32016b5c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -350,10 +350,10 @@ jobs:
- build-linux - build-linux
- build-mac - build-mac
- build-windows - build-windows
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- name: '📥 Download artifacts' - name: '📥 Download artifacts'
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
- name: '🗂 Inspect directory after downloading artifacts' - name: '🗂 Inspect directory after downloading artifacts'
run: ls -alFR run: ls -alFR
- name: '🚀 Create release and upload artifacts' - name: '🚀 Create release and upload artifacts'