Skip to content

Commit d89dc93

Browse files
authored
Update build.yml
1 parent ece19ca commit d89dc93

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: Create new release
22

33
on:
44
push:
@@ -17,10 +17,8 @@ jobs:
1717
deploy:
1818
name: Deploy
1919
runs-on: ubuntu-latest
20-
2120
steps:
2221
- uses: actions/checkout@master
23-
2422
- name: build
2523
run: |
2624
#https://github.com/orgs/community/discussions/116610
@@ -35,6 +33,5 @@ jobs:
3533
file: "./app/MasterPDFEditor-*.AppImage; ./app/MasterPDFEditor-*.md5; ./app/MasterPDFEditor-*.pdf"
3634
#overwrite: true
3735
verbose: true
38-
#tags: true
3936
draft: false
4037
default_release_name: "MasterPDFEditor V in AppImage"

0 commit comments

Comments
 (0)