Skip to content

Commit

Permalink
Update mod-release-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer authored Sep 28, 2024
1 parent c3cc351 commit 4740696
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mod-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,10 @@ jobs:
mkdir -p ${{ inputs.outputDir }}/dist
chmod +x ./.github/scripts/releases/extract_build_unix.sh
./.github/scripts/releases/extract_build_unix.sh ./ci-artifacts/linux ./ci-artifacts/opengoal-linux-static ./
pushd ci-artifacts/linux
TAG_VAL=${{ needs.create_release.outputs.bundleTagName }}
tar czf ${{ inputs.outputDir }}/dist/linux-${TAG_VAL}.tar.gz ./ci-artifacts/linux
popd
- name: Upload Bundle
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -262,8 +264,10 @@ jobs:
mkdir -p ${{ inputs.outputDir }}/dist
chmod +x ./.github/scripts/releases/extract_build_unix.sh
./.github/scripts/releases/extract_build_unix.sh ./ci-artifacts/macos-intel ./ci-artifacts/opengoal-macos-static ./
pushd ci-artifacts/macos-intel
TAG_VAL=${{ needs.create_release.outputs.bundleTagName }}
tar czf ${{ inputs.outputDir }}/dist/macos-intel-${TAG_VAL}.tar.gz ./ci-artifacts/macos-intel
popd
- name: Upload Bundle
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4740696

Please sign in to comment.