Skip to content

Commit 93c7fbb

Browse files
now go, build and release
1 parent 48fb84d commit 93c7fbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linux-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ls dist
4444
- name: Compressing files
4545
run: |
46-
tar -czvf dist/markview-linux.tar.gz dist/markview
46+
tar -czvf dist/markview-linux.tar.gz dist/DocViewer
4747
ls dist
4848
# 5) Criar ou atualizar uma Release no GitHub
4949
- name: Create GitHub Release
@@ -62,8 +62,8 @@ jobs:
6262
uses: actions/upload-release-asset@v1
6363
with:
6464
upload_url: ${{ steps.create_release.outputs.upload_url }}
65-
asset_path: dist/markview
66-
asset_name: "markview-linux"
65+
asset_path: dist/markview-linux.tar.gz
66+
asset_name: "docviewer-linux"
6767
asset_content_type: application/octet-stream
6868
env:
6969
# Mesmo token de cima

MarkViewDesktop/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
QVBoxLayout, QWidget, QAction)
88
import markdown # para as tabelas
99
from ui_docV import Ui_MainWindow
10-
# sera que vai?? sera?
10+
# sera que vai?? sera???
1111
class MarkdownEditor(QMainWindow):
1212

1313
def __init__(self, file_to_open=None):

0 commit comments

Comments
 (0)