Skip to content

Commit b08f805

Browse files
Merge pull request #109 from github/fix-deb-upload
Fix upload version of Debian archive
2 parents d0d70cd + 28893eb commit b08f805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Upload .deb artifact
173173
uses: actions/upload-artifact@v4
174174
with:
175-
name: mona-sans-deb-v${{ steps.version.outputs.version }}
175+
name: mona-sans-deb-v${{ needs.build.outputs.version }}
176176
path: release-artifacts/*.deb
177177
include-hidden-files: false
178178

0 commit comments

Comments
 (0)