Skip to content

Commit

Permalink
im trying
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTeaMC committed Aug 25, 2024
1 parent 2328809 commit f7018f6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@ jobs:

- name: Install Rust
run: rustup target add ${{ matrix.target }}


- name: Set environment variables
run: |
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
- name: Compile
run: cargo build --release --target ${{ matrix.target }}

- name: Upload artifact
if: success()
uses: actions/upload-artifact@v3
with:
name: Binary-${{ matrix.target }}
path: |
target/${{ matrix.target }}/release/Minecraft-server-auto-setup
target/${{ matrix.target }}/release/Minecraft-server-auto-setup

0 comments on commit f7018f6

Please sign in to comment.