We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067c5b4 commit ecaa2c4Copy full SHA for ecaa2c4
.github/workflows/publish.yml
@@ -89,7 +89,6 @@ jobs:
89
cd app/
90
CHANGELOG_MESSAGE=$(git show ${GITHUB_REF_NAME} --no-patch --pretty=format:%s)
91
echo "CHANGELOG_MESSAGE=${CHANGELOG_MESSAGE}" >> $GITHUB_ENV
92
- echo $CHANGELOG_MESSAGE
93
94
- name: Install Debian packaging tools
95
run: |
@@ -171,6 +170,13 @@ jobs:
171
170
172
tree
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
+
180
windows:
181
runs-on: windows-latest
182
0 commit comments