Skip to content

Commit ecaa2c4

Browse files
committed
Release .deb
1 parent 067c5b4 commit ecaa2c4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
cd app/
9090
CHANGELOG_MESSAGE=$(git show ${GITHUB_REF_NAME} --no-patch --pretty=format:%s)
9191
echo "CHANGELOG_MESSAGE=${CHANGELOG_MESSAGE}" >> $GITHUB_ENV
92-
echo $CHANGELOG_MESSAGE
9392
9493
- name: Install Debian packaging tools
9594
run: |
@@ -171,6 +170,13 @@ jobs:
171170
run: |
172171
tree
173172
173+
- name: Create GitHub Release
174+
uses: softprops/action-gh-release@v2
175+
with:
176+
files: dist/gitmastery_${{ env.VERSION }}-1-${{ matrix.architecture }}.deb
177+
env:
178+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
179+
174180
windows:
175181
runs-on: windows-latest
176182

0 commit comments

Comments
 (0)