Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 5aefecf

Browse files
bors[bot]da-kami
andauthored
Merge #776
776: Revert paths to start from project head r=da-kami a=da-kami Changing these paths to be relative was wrong, the `cd` command above is in brackets, meaning it only applies within that context. Co-authored-by: Daniel Karzel <daniel@comit.network>
2 parents 27903b8 + 76d3abe commit 5aefecf

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
@@ -63,7 +63,7 @@ jobs:
6363
6464
# We need to do bash -c to make sure this also works on GitBash for Windows.
6565
# GitHub actions uses GitBash for Windows if we say 'shell: bash' on a Windows executor.
66-
ARCHIVE=$(bash -c "node dist/print_archive_name.js ${VERSION}")
66+
ARCHIVE=$(bash -c "node create/npm/dist/print_archive_name.js ${VERSION}")
6767
6868
tar czvf ${ARCHIVE} -C target/release create-comit-app${{ matrix.binary-suffix }}
6969
@@ -86,7 +86,7 @@ jobs:
8686
8787
# We need to do bash -c to make sure this also works on GitBash for Windows.
8888
# GitHub actions uses GitBash for Windows if we say 'shell: bash' on a Windows executor.
89-
ARCHIVE=$(bash -c "node dist/print_archive_name.js ${VERSION}")
89+
ARCHIVE=$(bash -c "node scripts/npm/dist/print_archive_name.js ${VERSION}")
9090
9191
tar czvf ${ARCHIVE} -C target/release comit-scripts${{ matrix.binary-suffix }}
9292

0 commit comments

Comments
 (0)