Skip to content

Commit

Permalink
fixed bc windows is wack
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Sep 11, 2023
1 parent 63240b2 commit ad0017d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,13 @@ jobs:
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
bin: target/release/when3meet
- os: windows-latest
target: x86_64-pc-windows-msvc
bin: target/release/when3meet.exe
- os: macOS-latest
target: x86_64-apple-darwin
bin: target/release/when3meet.exe
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -102,4 +105,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: when3meet-${{ matrix.target }}
path: ./target/release/when3meet
path: ${{ matrix.bin}}

0 comments on commit ad0017d

Please sign in to comment.