Skip to content

Commit

Permalink
[CI] Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Sep 2, 2020
1 parent be17d07 commit 04c2e93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ jobs:
matrix:
pandocver: ["2.10.1"]
steps:
- run: apk add --update --no-cache p7zip upx bash tar xz
- run: |
echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
apk add --update --no-cache p7zip hub upx bash tar xz
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- name: Repack assets
Expand Down Expand Up @@ -144,6 +146,7 @@ jobs:
cat description.md
id: description
- name: Create release
shell: bash
if: contains(github.ref, 'tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 04c2e93

Please sign in to comment.