Skip to content

Commit

Permalink
fix: mac/win dist directories were wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 6, 2024
1 parent ccf407c commit ad5c36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packUploadMac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
name: Promote macos to ${{ inputs.channel }} channel
- name: upload artifacts to github release
run: |
gh release upload ${{ inputs.version }} ./dist/sf-*.pkg --clobber --repo ${{ github.repository}}
gh release upload ${{ inputs.version }} ./dist/macos/sf-*.pkg --clobber --repo ${{ github.repository}}

This comment has been minimized.

Copy link
@mshanemc

mshanemc Jun 6, 2024

Author Contributor
env:
GH_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/packUploadWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
name: Promote win to ${{ inputs.channel }} channel
- name: upload artifacts to github release
run: |
gh release upload ${{ inputs.version }} ./dist/sf-*.exe --clobber --repo ${{ github.repository}}
gh release upload ${{ inputs.version }} ./dist/win32/sf-*.exe --clobber --repo ${{ github.repository}}
env:
GH_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}

0 comments on commit ad5c36f

Please sign in to comment.