Skip to content

Commit f87256b

Browse files
committed
Fixed GitHub workflow artifact path.
1 parent 34531d0 commit f87256b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
tag: latest
6666
allowUpdates: true
6767
body: Latest automated build (ignore github-actions' release date)
68-
artifacts: textadept/modules/file_diff/file_diff.zip
68+
artifacts: file_diff.zip
6969
token: ${{ secrets.GITHUB_TOKEN }}
7070
cleanup:
7171
runs-on: ubuntu-latest

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,3 @@ release: file_diff | $(diff_match_patch_zip)
7575
make -C $< deps && make -C $< -j ta="../../.."
7676
zip -r $<.zip $< -x "*.zip" "*.h" "*.o" "*.def" "*.la" "$</.git*" && rm -r $<
7777
file_diff: ; $(call archive,$@)
78-

0 commit comments

Comments
 (0)