Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
no dir change (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer authored Sep 27, 2024
1 parent 43d7547 commit e7d4879
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-mod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,8 @@ jobs:
mkdir -p ${{ inputs.outputDir }}/dist
chmod +x ./__actions/mod-bundling-tools/scripts/create-mod-release/releases/extract_build_unix.sh
./__actions/mod-bundling-tools/scripts/create-mod-release/releases/extract_build_unix.sh ./ci-artifacts/linux ./ci-artifacts/linux-binary ./
pushd ci-artifacts/linux
TAG_VAL=${{ needs.create_release.outputs.bundleTagName }}
tar czf ${{ inputs.outputDir }}/dist/linux-${TAG_VAL}.tar.gz .
tar czf ${{ inputs.outputDir }}/dist/linux-${TAG_VAL}.tar.gz ./ci-artifacts/linux
- name: Upload Bundle
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -276,9 +275,8 @@ jobs:
mkdir -p ${{ inputs.outputDir }}/dist
chmod +x ./__actions/mod-bundling-tools/scripts/create-mod-release/releases/extract_build_unix.sh
./__actions/mod-bundling-tools/scripts/create-mod-release/releases/extract_build_unix.sh ./ci-artifacts/macos-intel ./ci-artifacts/macos-intel-binary ./
pushd ci-artifacts/macos-intel
TAG_VAL=${{ needs.create_release.outputs.bundleTagName }}
tar czf ${{ inputs.outputDir }}/dist/macos-intel-${TAG_VAL}.tar.gz .
tar czf ${{ inputs.outputDir }}/dist/macos-intel-${TAG_VAL}.tar.gz ./ci-artifacts/macos-intel
- name: Upload Bundle
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e7d4879

Please sign in to comment.