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 0e35588 commit 95abb88Copy full SHA for 95abb88
.github/workflows/go.yml
@@ -27,8 +27,6 @@ jobs:
27
run: echo ${{ github.sha }} > Release.txt
28
- name: Build Golang Executorable Release
29
run: go build -ldflags "-s -w -X main.buildTime='${{ steps.current-time.outputs.time }}' -X main.gitHash=${{ github.sha }}" -o sshfortress_${{ matrix.platform }}.release
30
- - name: show build file
31
- run: ls -al
32
- name: Release
33
uses: softprops/action-gh-release@v1
34
if: startsWith(github.ref, 'refs/tags/')
0 commit comments