We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bc92b commit 8776febCopy full SHA for 8776feb
.github/workflows/compile.yml
@@ -1,4 +1,4 @@
1
-name: Compile
+name: Compile and release
2
3
# trigger the workflow manually
4
on: workflow_dispatch
@@ -40,14 +40,9 @@ jobs:
40
compile:
41
name: Compile the stub on ${{ matrix.os }}
42
needs: draft_release # we need to know the upload URL
43
- runs-on: ${{ matrix.os }}
44
- strategy:
45
- matrix:
46
- os: [ macos-10.15 ] # macos-11.0
+ runs-on: macos-10.15
47
steps:
48
- uses: actions/checkout@v2
49
- - name: Set env
50
- run: echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
51
- name: Install shc via HomeBrew
52
run: |
53
brew install shc
0 commit comments