We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34531d0 commit f87256bCopy full SHA for f87256b
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
tag: latest
66
allowUpdates: true
67
body: Latest automated build (ignore github-actions' release date)
68
- artifacts: textadept/modules/file_diff/file_diff.zip
+ artifacts: file_diff.zip
69
token: ${{ secrets.GITHUB_TOKEN }}
70
cleanup:
71
runs-on: ubuntu-latest
Makefile
@@ -75,4 +75,3 @@ release: file_diff | $(diff_match_patch_zip)
75
make -C $< deps && make -C $< -j ta="../../.."
76
zip -r $<.zip $< -x "*.zip" "*.h" "*.o" "*.def" "*.la" "$</.git*" && rm -r $<
77
file_diff: ; $(call archive,$@)
78
-
0 commit comments