Skip to content

Commit

Permalink
[tmp] debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 8, 2024
1 parent 1113f42 commit 081bf9b
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
push:
tags:
- v*.*.*
on: [ push ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -31,10 +28,7 @@ jobs:
- name: Build source package
run: |
make dist
- name: Publish Release
uses: softprops/action-gh-release@v2
with:
files: |
decasify-${{ env.VERSION }}.zip
decasify-${{ env.VERSION }}.tar.zst
decasify-${{ env.VERSION }}.sha256.txt
- name: check source dir
run: |
make distdir
ls -al decasify-*/

0 comments on commit 081bf9b

Please sign in to comment.