Skip to content

Commit

Permalink
updates artifacts paths for on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider committed Jul 14, 2023
1 parent cdb9642 commit 90398ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
with:
name: lethean-cli-macos
path: |
lethean-cli-macos.tar
${{ github.workspace }}/build/lethean-cli-macos.tar
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
lethean-cli-macos.tar
${{ github.workspace }}/build/lethean-cli-macos.tar
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: windows.tar
path: ${{ github.workspace }}/build/lethean-cli-windows.tar
path: ${{ github.workspace }}\build\lethean-cli-windows.tar
- name: Get the version
id: get_version
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -64,5 +64,5 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ github.workspace }}/build/lethean-cli-windows.tar
files: ${{ github.workspace }}\build\lethean-cli-windows.tar

0 comments on commit 90398ae

Please sign in to comment.