We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece19ca commit d89dc93Copy full SHA for d89dc93
1 file changed
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: build
+name: Create new release
2
3
on:
4
push:
@@ -17,10 +17,8 @@ jobs:
17
deploy:
18
name: Deploy
19
runs-on: ubuntu-latest
20
-
21
steps:
22
- uses: actions/checkout@master
23
24
- name: build
25
run: |
26
#https://github.com/orgs/community/discussions/116610
@@ -35,6 +33,5 @@ jobs:
35
33
file: "./app/MasterPDFEditor-*.AppImage; ./app/MasterPDFEditor-*.md5; ./app/MasterPDFEditor-*.pdf"
36
34
#overwrite: true
37
verbose: true
38
- #tags: true
39
draft: false
40
default_release_name: "MasterPDFEditor V in AppImage"
0 commit comments