Skip to content

Commit e9c4875

Browse files
Update go.yml
1 parent 5b0732c commit e9c4875

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,3 @@ jobs:
3232
with:
3333
name: build-artifacts
3434
path: ./bin
35-
36-
deploy:
37-
needs: build
38-
runs-on: ubuntu-latest
39-
permissions: write-all
40-
41-
steps:
42-
- name: Checkout
43-
uses: actions/checkout@v2
44-
- name: Download Artifacts
45-
uses: actions/download-artifact@v2
46-
with:
47-
name: build-artifacts
48-
path: ./bin
49-
- name: Create GitHub Release
50-
id: create_release
51-
uses: softprops/action-gh-release@v1
52-
with:
53-
files: |
54-
./bin/linux/server
55-
./bin/windows/server.exe
56-
env:
57-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)