Fix missing +x with new cabal and use previous release deps for caching

This commit is contained in:
Vidar Holen
2021-02-22 21:28:14 -08:00
parent 83435c4f2e
commit 88cd21fd0f
10 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
name: Build Lol
name: Build ShellCheck
# Run this workflow every time a new commit pushed to your repository
on: push
@@ -21,7 +21,7 @@ jobs:
run: |
mkdir source
cabal sdist
mv dist/*.tar.gz source/source.tar.gz
mv dist-newstyle/sdist/*.tar.gz source/source.tar.gz
- name: Deduce tags
run: |