Skip to content

Commit

Permalink
Still failing at artifact-download...
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsi committed Sep 3, 2022
1 parent 6a47b84 commit 692d5ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
;;
esac
RELEASE_VERSION=${GITHUB_REF#refs/tags/v}
cp target/vtt-wod-book-parser-${{ matrix.os }}/vtt-wod-book-parser$suffix $stage/vtt-wod-book-parser-$osName-$RELEASE_VERSION-x64$suffix
ls -la
ls -la target/
cp target/vtt-wod-book-parser$suffix $stage/vtt-wod-book-parser-$osName-$RELEASE_VERSION-x64$suffix
cd $stage
ARCHIVE_SUFFIX=""
COMPRESSION_COMMAND=""
Expand Down

0 comments on commit 692d5ac

Please sign in to comment.