Skip to content

Commit

Permalink
use proper OS names for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mibmo committed Jun 11, 2022
1 parent ec0b7bc commit 91f3d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upload tor binary
uses: actions/upload-artifact@v3
with:
name: tor-${{ matrix.os }}
name: tor-${{ runner.os }}
path:
tor/src/app/tor

Expand Down

0 comments on commit 91f3d2b

Please sign in to comment.