Skip to content

Commit 95abb88

Browse files
committed
fix github action windows
1 parent 0e35588 commit 95abb88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
run: echo ${{ github.sha }} > Release.txt
2828
- name: Build Golang Executorable Release
2929
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
3230
- name: Release
3331
uses: softprops/action-gh-release@v1
3432
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)