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

Commit

Permalink
Put linux build in tar to retain executable file permission
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinegb authored Sep 3, 2023
1 parent a21e986 commit feec52f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build for ${{ runner.os }}
run: cargo build --release --verbose
- name: Tar executable
run: tar -cvf bonelab_mod_manager.tar target/release/bonelab_mod_manager
- name: Upload ${{ runner.os }} build artifact
uses: actions/upload-artifact@v3
with:
name: bonelab_mod_manager-${{ runner.os }}
path: target/release/bonelab_mod_manager
path: bonelab_mod_manager.tar
- name: Run tests
run: cargo test --release --verbose
build-windows:
Expand Down

0 comments on commit feec52f

Please sign in to comment.