Skip to content

Commit

Permalink
publish version file only once in linux and not for the others
Browse files Browse the repository at this point in the history
Reason: it is not allowed to overwrite
  • Loading branch information
Murmele committed Jan 27, 2025
1 parent f28eca2 commit 7eb92e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:

# Publish only once!
- name: Publish version file
if: matrix.env.pack
if: matrix.env.ninja_platform == 'linux'
uses: actions/upload-artifact@v4
with:
path: build/release/Version.txt
Expand Down

0 comments on commit 7eb92e8

Please sign in to comment.