Skip to content

Commit

Permalink
fixup! Simplify download-artifacts usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Feb 14, 2024
1 parent fc04aea commit ca30cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
- if: ${{ steps.tag.outputs.tag }}
run: |
#stack upload ./freckle-app-$VERSION.tar.gz
stack upload ./freckle-app-$VERSION-docs.tar.gz --documentation
#stack upload ./dist/freckle-app-$VERSION.tar.gz
stack upload ./docs/freckle-app-$VERSION-docs.tar.gz --documentation
env:
VERSION: ${{ steps.tag.outputs.version }}
HACKAGE_KEY: ${{ secrets.HACKAGE_UPLOAD_API_KEY }}
Expand Down

0 comments on commit ca30cbf

Please sign in to comment.