Skip to content

Commit

Permalink
cicd: fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timzaak committed May 21, 2024
1 parent 7c4ff58 commit 893267a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI
on:
# push:
# tags:
# - '*'
push:
tags:
- '*'
workflow_dispatch:
jobs:
build_bin:
Expand Down Expand Up @@ -55,6 +55,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
asset_name: mproxy-${{ matrix.settings.target }}
file: release/mproxy-${{ matrix.settings.target }}
file: agent/release/mproxy-${{ matrix.settings.target }}
tag: ${{ github.ref }}
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 893267a

Please sign in to comment.