Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKpln committed Oct 14, 2024
1 parent 63bd15a commit 4c09349
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: Go

on:
push:
tags:
- "v*.*.*"
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
Expand Down Expand Up @@ -38,12 +37,6 @@ jobs:
GOARCH: amd64
- name: Create zip(plugins)
run: cd pl && zip -r plugins.zip . && mv plugins.zip ../
- name: Create Release
uses: softprops/action-gh-release@v2
with:
files: |
fedai-linux-amd64
plugins.zip
- name: 'Upload Artifacts'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4c09349

Please sign in to comment.