File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed
Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 1616 # uses: mxschmitt/action-tmate@v3
1717 - name : Checkout
1818 uses : actions/checkout@v2
19+ # - run: 'echo "$PRIVATE_PEM" > private.pem'
20+ # shell: bash
21+ # env:
22+ # PRIVATE_PEM: ${{secrets.PRIVATE_PEM}}
23+ # - name: Build
24+ # run: |
25+ # echo ${{ github.sha }} > Release.txt
26+ # make build-same-tgz
27+ # env:
28+ # PRIVATE_KEY_PASSPHRASE: ${{secrets.PRIVATE_KEY_PASSPHRASE}}
29+ # - name: Generate Changelog
30+ # run: echo "# Good things have arrived" > ${{ github.workflow }}-CHANGELOG.txt
31+ # - name: Release
32+ # uses: softprops/action-gh-release@v1
33+ # if: startsWith(github.ref, 'refs/tags/')
34+ # with:
35+ # files: |
36+ # ${{ env.BINARY_TARBALL }}
37+ # ${{ env.BINARY_TARBALL_SIGNATURE }}
38+ # body_path: ${{ github.workflow }}-CHANGELOG.txt
39+ # env:
40+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+ # GITHUB_REPOSITORY: SAME-Project/SAMPLE-CLI-TESTER
1942 - run : ' echo "$PRIVATE_PEM" > private.pem'
2043 shell : bash
2144 env :
3255 uses : softprops/action-gh-release@v1
3356 if : startsWith(github.ref, 'refs/tags/')
3457 with :
35- files : |
36- ${{ env.BINARY_TARBALL }}
37- ${{ env.BINARY_TARBALL_SIGNATURE }}
3858 body_path : ${{ github.workflow }}-CHANGELOG.txt
3959 env :
4060 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments