Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jun 18, 2024
1 parent 99fc954 commit 6688e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
bin: esdump-rs.exe
target: x86_64-pc-windows-msvc
name: cargo build
runs-on: ${{ matrix.platform }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -29,6 +29,6 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform }}
name: ${{ matrix.os }}
path: ${{ matrix.target }}
retention-days: 1

0 comments on commit 6688e52

Please sign in to comment.