Skip to content

Commit

Permalink
Ignore: 更新action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tidra committed Mar 8, 2024
1 parent 5e0b8e4 commit 9f6f6aa
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,9 @@ jobs:
- name: Prepare Packaging
run: tar zcvf EasyGetProxy_${{ github.ref_name }}_${{ matrix.archive-name }}.tar.gz ${{ matrix.exe-name }} LICENSE config assets

- name: Upload Artifacts
uses: actions/upload-artifact@v3
- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
name: EasyGetProxy_${{ github.ref_name }}_${{ matrix.archive-name }}.tar.gz
path: EasyGetProxy_${{ github.ref_name }}_${{ matrix.archive-name }}.tar.gz

- name: Release Version
uses: ncipollo/release-action@v1
args: EasyGetProxy_${{ github.ref_name }}_${{ matrix.archive-name }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
allowUpdates: true
artifacts: EasyGetProxy_${{ github.ref_name }}_${{ matrix.archive-name }}.tar.gz
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9f6f6aa

Please sign in to comment.