Skip to content

Commit 8aa4110

Browse files
committed
Fix path name
1 parent 901a739 commit 8aa4110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Create GitHub Release
170170
uses: softprops/action-gh-release@v2
171171
with:
172-
files: gitmastery_${{ env.VERSION }}-1-${{ matrix.architecture }}.deb
172+
files: gitmastery_${{ env.VERSION }}-1_${{ matrix.architecture }}.deb
173173
env:
174174
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
175175

0 commit comments

Comments
 (0)