Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Mar 28, 2020
1 parent 0096b68 commit c0abefa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,12 @@ jobs:
with:
qshell-version: '2.4.1'

- name: Get version tag
run: export TAG=$(echo ${{ github.ref }} | sed -e "s#refs/tags/\(.*\)#\1#g")

- name: Add qiniu account
run: qshell account ${{ secrets.ACCESS_KEY }} ${{ secrets.SECRET_KEY }} shirasawa

- name: Upload files to qiniu
run: |
TAG=$(echo ${{ github.ref }} | sed -e "s#refs/tags/\(.*\)#\1#g")
qshell fetch https://github.com/Apisium/PureLauncher/releases/download/$TAG/app.asar pure-launcher -k download/pl/$TAG/app.asar
qshell fetch https://github.com/Apisium/PureLauncher/releases/download/$TAG/PureLauncher.exe pure-launcher -k download/pl/$TAG/PureLauncher.exe
qshell fetch https://github.com/Apisium/PureLauncher/releases/download/$TAG/PureLauncher.dmg pure-launcher -k download/pl/$TAG/PureLauncher.dmg
Expand Down

0 comments on commit c0abefa

Please sign in to comment.