Skip to content

Commit

Permalink
refact(ci): minor changes to self-hosted workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Nov 30, 2023
1 parent 30c1fd2 commit 8f4a9fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
python3 rivetc -o rivet cmd/
./rivet version
mkdir rivet-nightly-linux-amd64
# Copy binary
cp rivet rivet-nightly-linux-amd64/
cp LICENSE.txt rivet-nightly-linux-amd64/
# Copy LICENSE
cp LICENSE rivet-nightly-linux-amd64/
# Copy library
cp -r lib/ rivet-nightly-linux-amd64/
# Download latest docs
Expand Down
File renamed without changes.

0 comments on commit 8f4a9fd

Please sign in to comment.