Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahinli committed Mar 15, 2024
1 parent 9add6bf commit f92cd71
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ jobs:
name: $(GENERIC_BINARY_NAME)-linux-x64_86
path: target/release/*transfer

# build_windows:

# runs-on: windows-latest

# steps:
# - uses: actions/checkout@v3
# - name: Build
# run: cargo build --release --verbose
# - name: Run tests
# run: cargo test --verbose

# - name: Upload Windows Binary
# uses: actions/upload-artifact@v3
# with:
# name: $(GENERIC_BINARY_NAME)-windows-x64_86
# path: target/release/*transfer.exe
build_windows:

runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release --verbose
# - name: Run tests
# run: cargo test --verbose

# - name: Upload Windows Binary
# uses: actions/upload-artifact@v3
# with:
# name: $(GENERIC_BINARY_NAME)-windows-x64_86
# path: target/release/*transfer.exe

build_macos:

Expand Down

0 comments on commit f92cd71

Please sign in to comment.