summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-10-21 19:26:21 +0300
committerYuval Adam <_@yuv.al>2019-10-21 19:26:21 +0300
commitb19b4ce36cb4bc07a665b0a86911b3ade444ff37 (patch)
tree7c6917fc09300c1c060a7ce8dc95f501c0289309
parent0ce025cb5b33eb276d929a3de6f4269fa0034937 (diff)
test
-rw-r--r--.github/workflows/release.yml34
1 files changed, 17 insertions, 17 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9c0560c..606a8e4 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -5,23 +5,23 @@ on: [push]
jobs:
release:
name: Release
- runs-on: ${{ matrix.os }}
- strategy:
- matrix:
- os: [macOS-latest, windows-latest, ubuntu-latest]
- include:
- - name: macOS-latest
- archive: tar
- output: streamlib-${{ github.ref }}-x86_64-apple-darwin.tar.gz
- content_type: application/gzip
- - name: windows-latest
- archive: zip
- output: streamlib-${{ github.ref }}-x86_64-pc-windows-msvc.zip
- content_type: application/zip
- - name: ubuntu-latest
- archive: tar
- output: streamlib-${{ github.ref }}-x86_64-unknown-linux-gnu.tar.gz
- content_type: application/gzip
+ runs-on: ubuntu-latest #${{ matrix.os }}
+ # strategy:
+ # matrix:
+ # os: [macOS-latest, windows-latest, ubuntu-latest]
+ # include:
+ # - name: macOS-latest
+ # archive: tar
+ # output: streamlib-${{ github.ref }}-x86_64-apple-darwin.tar.gz
+ # content_type: application/gzip
+ # - name: windows-latest
+ # archive: zip
+ # output: streamlib-${{ github.ref }}-x86_64-pc-windows-msvc.zip
+ # content_type: application/zip
+ # - name: ubuntu-latest
+ # archive: tar
+ # output: streamlib-${{ github.ref }}-x86_64-unknown-linux-gnu.tar.gz
+ # content_type: application/gzip
steps:
- name: Checkout