Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app authored Jan 15, 2024
1 parent 611901d commit a39ab98
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
path: demos.zip

linuxRun:
needs: linuxXlinux
needs: linuxNative
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
cmake .. && make
release:
needs: [linuxXlinux, linuxXwindows, linuxXandroid, macosNative]
needs: [linuxNative, linuxXwindows, linuxXandroid, macosNative]
if: github.ref_type == 'tag'
runs-on: ubuntu-20.04

Expand All @@ -343,15 +343,15 @@ jobs:
with:
name: linuxbuild

- name: get windows build
uses: actions/download-artifact@v3
with:
name: windowsbuild

- name: get macos build
uses: actions/download-artifact@v3
with:
name: macosbuild
# - name: get windows build
# uses: actions/download-artifact@v3
# with:
# name: windowsbuild

# - name: get macos build
# uses: actions/download-artifact@v3
# with:
# name: macosbuild

- name: get android build
uses: actions/download-artifact@v3
Expand Down

0 comments on commit a39ab98

Please sign in to comment.