Skip to content

Commit

Permalink
hotfix: mv .zip to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Aug 8, 2024
1 parent 2453b8d commit c1417c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# target: x86_64-pc-windows-msvc

env:
PACKAGE_FILE: ${{ needs.create-release.outputs.package_prefix }}-${{ matrix.build_name }}.${{ startsWith(matrix.build_name, 'win') && 'zip' || 'tar.gz' }}
PACKAGE_FILE: ${{ needs.create-release.outputs.package_prefix }}-${{ matrix.build_name }}.${{ startsWith(matrix.build_name, 'lin') && 'tar.gz' || 'zip' }}
APPIMAGE_FILE: ${{ needs.create-release.outputs.package_prefix }}-${{ matrix.build_name }}.AppImage
CARGO_BUILD_DIR: target/release

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
run: |
cd deploy/macos
bash build.sh
mv DecentralandBevyExplorer.zip "${{ env.PACKAGE_FILE }}"
mv DecentralandBevyExplorer.zip ../../${{ env.PACKAGE_FILE }}
- name: Package Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit c1417c1

Please sign in to comment.