Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoby6000 committed Nov 24, 2019
1 parent cf3d767 commit a021fcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/haskell-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ jobs:
- name: Create Artifact
run: |
cabal install --installdir=./
zip -j kda-miner-${{ matrix.os }}-${{ steps.get_version.outputs.VERSION }}.zip kda-miner README.md LICENSE
zip -j kda-miner-${{ matrix.os }}-${TAG_REF_NAME##*/v}.zip kda-miner README.md LICENSE
env:
TAG_REF_NAME: ${{ github.ref }}

- name: Load Release URL File from release job
uses: actions/download-artifact@v1
Expand Down

0 comments on commit a021fcc

Please sign in to comment.