Skip to content

Commit 33e2538

Browse files
authored
Merge pull request #1040 from yasuyuky:prepare-0.5.0
Update sectora to version 0.5.0 and enhance workflows
2 parents a8a682f + a4f3e47 commit 33e2538

File tree

3 files changed

+472
-208
lines changed

3 files changed

+472
-208
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
with:
65-
upload_url: ${{ needs.release.outputs.upload_url }}
65+
upload_url: ${{ needs.release.outputs.upload }}
6666
asset_path: ${{ steps.getpath.outputs.asset_path }}
6767
asset_name: sectora_${{ needs.release.outputs.version }}_${{ matrix.arch }}.deb
6868
asset_content_type: application/vnd.debian.binary-package

0 commit comments

Comments
 (0)