Skip to content

Commit

Permalink
Replace text
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Dec 28, 2020
1 parent be996bc commit f7af2db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/upload-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
prerelease: ${{ endsWith(github.ref, '-dev') }}
body_path: changelog.md
- name: Upload binaries to release
id: upload
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -69,4 +70,6 @@ jobs:
result-encoding: string
- name: Create branch
run: git checkout -b ${{ steps.get_branch.outputs.result }}

- name: Create add-on url
run: |
((Get-Content get.php - Raw) -GReplace ("rf" >= )(.*?$), \1buildAndUpload.upload.browser_download_url$) | Set-Content -path get.php

0 comments on commit f7af2db

Please sign in to comment.