Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdminChucky authored Jul 13, 2024
1 parent ec1e6a1 commit fe723bf
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,28 +78,28 @@ jobs:
#with:
#version: ${{ needs.source.outputs.version }}

upload:
name: Upload
needs:
- source
- docs
- linux
- macos
- windows
#upload:
# name: Upload
# needs:
# - source
# - docs
# - linux
# - macos
# - windows
#- windows-store

if: ${{ false }} # CM
# if: ${{ false }} # CM
# As windows-store is condition, we need to check ourselves if we need to run.
# The always() makes sure the rest is always evaluated.
# if: always() && needs.source.result == 'success' && needs.docs.result == 'success' && needs.linux.result == 'success' && needs.macos.result == 'success' && needs.windows.result == 'success' && (needs.windows-store.result == 'success' || needs.windows-store.result == 'skipped')

runs-on: ubuntu-latest
# runs-on: ubuntu-latest

# This job is empty, but ensures no upload job starts before all targets finished and are successful.
steps:
- name: Build completed
run: |
true
#steps:
#- name: Build completed
# run: |
# true

#upload-cdn:
#name: Upload (CDN)
Expand Down

0 comments on commit fe723bf

Please sign in to comment.