diff options
| author | Yuval Adam <_@yuv.al> | 2019-10-21 19:31:29 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-10-21 19:31:29 +0300 |
| commit | b864e27fbcd8cec696be6747419e9e1019c30cf1 (patch) | |
| tree | ab01f02ed3d22685a27370ce2ca5a98727890f63 /.github/workflows | |
| parent | 067c4dfabf5f546e77756d37d9459b6a68cff48b (diff) | |
test
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71a863e..69f449b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,15 +10,15 @@ jobs: matrix: os: [macOS-latest, windows-latest, ubuntu-latest] include: - - name: macOS-latest + - os: macOS-latest archive: tar # output: streamlib-${{ github.ref }}-x86_64-apple-darwin.tar.gz # content_type: 'application/gzip' - - name: windows-latest + - os: windows-latest archive: zip # output: streamlib-${{ github.ref }}-x86_64-pc-windows-msvc.zip # content_type: application/zip - - name: ubuntu-latest + - os: ubuntu-latest archive: tar # output: streamlib-${{ github.ref }}-x86_64-unknown-linux-gnu.tar.gz # content_type: application/gzip |
