aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-24 20:34:42 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-24 21:54:46 +0530
commitac003a6e8c936169fcf2d9b3535fdb5a8d155411 (patch)
treecfc4236296ef3a0d0fb66623d006c4c3ecb58b74 /.github/workflows/release.yml
parentff0daf7c5edb92e9e2361e9985996725bade9a85 (diff)
downloaddaffm-ac003a6e8c936169fcf2d9b3535fdb5a8d155411.tar.gz
daffm-ac003a6e8c936169fcf2d9b3535fdb5a8d155411.zip
Create release.yml gh action workflow + update brickv0.1.0
Diffstat (limited to '')
-rw-r--r--.github/workflows/release.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
new file mode 100644
index 0000000..a16b56e
--- /dev/null
+++ b/.github/workflows/release.yml
@@ -0,0 +1,25 @@
+name: Release
+
+on: workflow_dispatch
+
+permissions:
+ contents: write
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: haskell-actions/setup@v2
+ with:
+ ghc-version: '8.8'
+ cabal-version: '3.0.0.0'
+ cabal-update: true
+ - name: Build tarball
+ run: make dist
+ - name: Release
+ uses: softprops/action-gh-release@v2
+ with:
+ draft: fales
+ overwrite_files: false
+ files: daffm.tar.gz