Skip to content

Commit

Permalink
WFIN: Publish dev/ binary files to icy/bin releases
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Jan 22, 2019
1 parent 6e1161b commit f3ae5f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ sha256sum "$FILE_NAME" > "$FILE_NAME.sha256"
bundle exec -- foo.rb \
--user icy --repo bin \
--release "pacapt-devel" \
--overwrite \
--name "$FILE_NAME" \
--file "$FILE_NAME"

bundle exec -- foo.rb \
--user icy --repo bin \
--release "pacapt-devel" \
--overwrite \
--name "$FILE_NAME.sha256" \
--file "$FILE_NAME.sha256"

0 comments on commit f3ae5f8

Please sign in to comment.