Skip to content

Commit

Permalink
Another try to make it upload release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Feb 11, 2023
1 parent d114747 commit 6fa9e91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
"./build_appimage.sh"
chmod a+x wxmaxima-x86_64.AppImage
ls
# - name: build_flatpack
# run: |
# sudo apt-get install flatpak flatpak-builder
Expand All @@ -51,7 +52,3 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: wxmaxima-x86_64.AppImage
body: Automatic compilation
append_body: true
fail_on_unmatched_files: true
generate_release_notes: true

0 comments on commit 6fa9e91

Please sign in to comment.