Skip to content

Commit

Permalink
this stuff is only for creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
majcosta committed Jan 5, 2025
1 parent 078336b commit 2082bdb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
echo "assemble_release=$assemble_release" >> $GITHUB_OUTPUT
- name: Clone repos metadata
if: needs.workflow_setup.outputs.assemble_release == 'true'
run: |
set -eux
Expand All @@ -80,6 +81,7 @@ jobs:
" > dist/versions.env
- name: Generate source version information
if: needs.workflow_setup.outputs.assemble_release == 'true'
working-directory: source
run: |
set -eux
Expand Down Expand Up @@ -121,6 +123,7 @@ jobs:
# due to building everything in parallel, versions should be pinned at the start so everything builds based on the same versions
- name: Generate gamedir version information
if: needs.workflow_setup.outputs.assemble_release == 'true'
working-directory: gamedir
run: |
set -eux
Expand All @@ -135,6 +138,7 @@ jobs:
# due to building everything in parallel, versions should be pinned at the start so everything builds based on the same versions
- name: Generate gamedir-languages version information
if: needs.workflow_setup.outputs.assemble_release == 'true'
working-directory: gamedir-languages
run: |
set -eux
Expand All @@ -148,11 +152,13 @@ jobs:
" >> ../dist/versions.env
- name: Show version information summary
if: needs.workflow_setup.outputs.assemble_release == 'true'
run: |
set -eux
cat dist/versions.env
- name: Upload
if: needs.workflow_setup.outputs.assemble_release == 'true'
uses: actions/upload-artifact@v4
with:
name: versions.env
Expand Down

0 comments on commit 2082bdb

Please sign in to comment.