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 dad33f8 commit 34531d0Copy full SHA for 34531d0
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/upload-artifact@v2
44
with:
45
name: artifacts
46
- path: textadept/modules/file_diff.zip
+ path: textadept/modules/file_diff/file_diff.zip
47
release:
48
runs-on: ubuntu-latest
49
needs: build
@@ -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.zip
+ artifacts: textadept/modules/file_diff/file_diff.zip
69
token: ${{ secrets.GITHUB_TOKEN }}
70
cleanup:
71
0 commit comments