Skip to content

Commit

Permalink
move packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
skingo committed Jan 3, 2024
1 parent 7a34231 commit 7385eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package_artifact.sh → scripts/package_artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ test -e xfunc_artifact.zip && rm xfunc_artifact.zip
DIR=$(mktemp -d)
cp -r ./ $DIR/

rm $DIR/package_artifact.sh
rm $DIR/scripts/package_artifact.sh
rm $DIR/scripts/oopsla_snippets.sh

# only keep whitelisted files in oopsla_examples/, then delete whitelist
for file in oopsla_examples/*.xfn; do
Expand Down

0 comments on commit 7385eae

Please sign in to comment.