Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Oct 28, 2023
1 parent 5e73204 commit 4de67bb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ jobs:

# Runs a set of commands using the runners shell

- name: Upload File
id: upload
uses: JantHsueh/upload-file-action@master
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
url: https://www.pgyer.com/apiv2/app/upload
forms: '{"_api_key":"${{ secrets.pgyer_key }}","buildInstallType":3}'
fileForms: '{"file":"test.txt"}'

repo_token: ${{ secrets.GITHUB_TOKEN }}
file: test.txt
asset_name: mything
tag: ${{ github.ref }}
overwrite: true
body: "This is my release text"

0 comments on commit 4de67bb

Please sign in to comment.