Skip to content

Commit

Permalink
Update qbot-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmve authored Oct 7, 2023
1 parent 8ee0be9 commit 0b707ca
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/qbot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
env:
release_name: investool_app_ubuntu_$tag_name
steps:
- uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
Expand Down Expand Up @@ -128,8 +129,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: $GITHUB_WORKSPACE/investool/investool_app_mac.tar.gz
asset_name: investool_app_mac_${release_name}.tar.gz
asset_path: investool_app_mac.tar.gz
asset_name: investool_app_mac.tar.gz
asset_content_type: application/gzip

# - name: SCP Files
Expand All @@ -155,9 +156,9 @@ jobs:
name: Build Qbot
needs: release
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: Qbot
# defaults:
# run:
# working-directory: Qbot
strategy:
matrix:
os: [ubuntu-20.04, macos-11.0, windows-2019]
Expand Down

0 comments on commit 0b707ca

Please sign in to comment.