Skip to content

Commit 34531d0

Browse files
committed
Fixed GitHub workflow artifact paths.
1 parent dad33f8 commit 34531d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/upload-artifact@v2
4444
with:
4545
name: artifacts
46-
path: textadept/modules/file_diff.zip
46+
path: textadept/modules/file_diff/file_diff.zip
4747
release:
4848
runs-on: ubuntu-latest
4949
needs: build
@@ -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.zip
68+
artifacts: textadept/modules/file_diff/file_diff.zip
6969
token: ${{ secrets.GITHUB_TOKEN }}
7070
cleanup:
7171
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)